From 984ed099e47546966919697c5a0875be8ec511a0 Mon Sep 17 00:00:00 2001 From: Whatonearth17 Date: Sun, 15 Feb 2026 15:41:02 -0500 Subject: [PATCH] Wanna make a mod, please verify this so I can start working and playtesting it The thing is really bad right now, but I need this to be verified so I can start working and playtesting this. please --- mods/sandboxels_dlc.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mods/sandboxels_dlc.js diff --git a/mods/sandboxels_dlc.js b/mods/sandboxels_dlc.js new file mode 100644 index 00000000..5d9c30b1 --- /dev/null +++ b/mods/sandboxels_dlc.js @@ -0,0 +1,6 @@ +elements.temp_wall = { + color: "#0394fc", + behavior: behaviors.WALL, + category: "machines", + state: "solid" +}