Create heat shield.js

If this mod works and is added, it will be my first working sandboxels mod.
This commit is contained in:
TaterbobYT 2024-07-07 12:14:13 -05:00 committed by GitHub
parent 3414071ab0
commit 4890addb05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

8
mods/heat shield.js Normal file
View File

@ -0,0 +1,8 @@
elements.Carbon_Fiber = {
color: "#222222",
behavior: behaviors.WALL,
category: "solids",
state: "solid",
temphigh: 6700,
statehigh: "lava",
};