Merge pull request #59 from Placuch12/patch-1

Thing
This commit is contained in:
slweeb 2023-02-04 14:09:32 -05:00 committed by GitHub
commit 7ef43a7c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
mods/placuchtestthing.js Normal file
View File

@ -0,0 +1,8 @@
elements.testdust = {
color: "#CC8811",
behavior: behaviors.POWDER,
category: "powders",
viscosity: 10000,
state: "powder",
density: 1250,
};