From 54b6e37feeb52acaec2b153a5dbdf161d27a93c1 Mon Sep 17 00:00:00 2001 From: Simone2011 <152522780+Simone2011@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:35:46 +0200 Subject: [PATCH] Create Roketmod.js --- mods/Roketmod.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mods/Roketmod.js diff --git a/mods/Roketmod.js b/mods/Roketmod.js new file mode 100644 index 00000000..3b82a7d2 --- /dev/null +++ b/mods/Roketmod.js @@ -0,0 +1,8 @@ +//mod testing + +elements.hello_world = { + color: "#ff0000", + behavior: behaviors.WALL, + category: "land", + state: "solid", +};