From 4890addb05684899af153d0676879dcba7098309 Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:14:13 -0500 Subject: [PATCH] Create heat shield.js If this mod works and is added, it will be my first working sandboxels mod. --- mods/heat shield.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mods/heat shield.js diff --git a/mods/heat shield.js b/mods/heat shield.js new file mode 100644 index 00000000..bbf2868a --- /dev/null +++ b/mods/heat shield.js @@ -0,0 +1,8 @@ +elements.Carbon_Fiber = { +color: "#222222", +behavior: behaviors.WALL, +category: "solids", +state: "solid", +temphigh: 6700, +statehigh: "lava", +};