From b83e410c627c793ce3b066006ae91ae1b77dcdbe Mon Sep 17 00:00:00 2001 From: Mecoolnotcool <106288499+Mecoolnotcool@users.noreply.github.com> Date: Sun, 10 Mar 2024 15:51:49 -0500 Subject: [PATCH] modM.js --- mods/modM.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/mods/modM.js b/mods/modM.js index aeb826cc..53601f84 100644 --- a/mods/modM.js +++ b/mods/modM.js @@ -16,4 +16,17 @@ elements.unstable_coolant = { color: "#16c1db", behavior: behaviors.DGAS, category: "gases", state: "gas", -}; \ No newline at end of file +}; +elements.hello_world = { + color: "#ff0000", + behavior: behaviors.WALL, + category: "land", + state: "solid", +}; + +elements.hello_world = { + color: "#ff0000", + behavior: behaviors.WALL, + category: "land", + state: "solid", +};