From a6ad4826867497dfb13772dc5f1d2655f50f8a19 Mon Sep 17 00:00:00 2001 From: Mecoolnotcool <106288499+Mecoolnotcool@users.noreply.github.com> Date: Sun, 10 Mar 2024 15:26:35 -0500 Subject: [PATCH] Add files via upload --- mods/modM.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mods/modM.js diff --git a/mods/modM.js b/mods/modM.js new file mode 100644 index 00000000..aeb826cc --- /dev/null +++ b/mods/modM.js @@ -0,0 +1,19 @@ +console.log("run mod") +elements.turbine = { color: "#524945", + behavior: behaviors.WALL + category: "solids", + state: "solid", + density: 720, +}; +elements.coolant = { color: "#16c1db", + behavior: behaviors.WALL + category: "liquids", + state: "liquid", + density: 720, + tempHigh: 1000, +}; +elements.unstable_coolant = { color: "#16c1db", + behavior: behaviors.DGAS, + category: "gases", + state: "gas", +}; \ No newline at end of file