From 18ff6466d303eb95b5ec12b3cbc64286aa74f7cd Mon Sep 17 00:00:00 2001 From: Mecoolnotcool <106288499+Mecoolnotcool@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:31:39 -0500 Subject: [PATCH] Update ExtraMachines.js --- mods/ExtraMachines.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mods/ExtraMachines.js b/mods/ExtraMachines.js index 538028b9..2ea54034 100644 --- a/mods/ExtraMachines.js +++ b/mods/ExtraMachines.js @@ -1225,8 +1225,11 @@ elements.e_grinder = { insulate: true, } - - -// elements.cementMix = { - -// } \ No newline at end of file +elements.quickSand = { + color: elements.sand.color, + category: "land", + state: "liquid", + behavior : behaviors.POWDER, //did this as a joke to see if it works lol + density: 500, + conduct: 0.02, +}