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" +}