From d76dcb23cf08480e211426728b95b77504b7c5f9 Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:08:26 -0400 Subject: [PATCH] physprops --- mods/alkahest.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/alkahest.js b/mods/alkahest.js index 5f50b776..2d24da06 100644 --- a/mods/alkahest.js +++ b/mods/alkahest.js @@ -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++) {