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, +}