Merge pull request #62 from Placuch12/patch-4

This commit is contained in:
slweeb 2023-02-05 09:23:49 -05:00 committed by GitHub
commit b835346b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,12 @@ elements.testdust = {
state: "powder",
density: 1250,
};
elements.testliquid = {
color: "EEAA33",
behavior: behaviors.LIQUID,
category: "liquids",
viscosity: 100000,
state: "liquid",
density: 1150,
};