another attempt to add a liquid

very description
This commit is contained in:
Placuch12 2023-02-05 12:36:49 +01:00 committed by GitHub
parent 7ef43a7c0d
commit 86d582b850
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,
};