From 43d69b9ca324f533e8fc7d81413c9fc2ef3e23c6 Mon Sep 17 00:00:00 2001 From: epsolon eridani <110356853+Its-Epsilon-Eridani@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:07:04 -0600 Subject: [PATCH] real cool test mod epsolon eridani's first mod!!!! --- mods/testmod.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mods/testmod.js diff --git a/mods/testmod.js b/mods/testmod.js new file mode 100644 index 00000000..7689a183 --- /dev/null +++ b/mods/testmod.js @@ -0,0 +1,7 @@ +elements.HelloWorld = { + color: "#100D5E", + behavior: behaviors.WALL, + category: "land", + state: "solid" + density: 720, +};