physprops

This commit is contained in:
O-01-67 2022-10-04 14:08:26 -04:00 committed by GitHub
parent 0d4b628ac7
commit d76dcb23cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
elements.alkahest = {
color: "#33eeee",
behavior: behaviors.LIQUID_OLD,
state: "solid",
category: "special",
density: 999,
state: "liquid",
category: "liquids",
density: 3308,
hardness: 1,
tick: function(pixel) {
for(i = 0; i < adjacentCoords.length; i++) {