Create heat shield.js
If this mod works and is added, it will be my first working sandboxels mod.
This commit is contained in:
parent
3414071ab0
commit
4890addb05
|
|
@ -0,0 +1,8 @@
|
|||
elements.Carbon_Fiber = {
|
||||
color: "#222222",
|
||||
behavior: behaviors.WALL,
|
||||
category: "solids",
|
||||
state: "solid",
|
||||
temphigh: 6700,
|
||||
statehigh: "lava",
|
||||
};
|
||||
Loading…
Reference in New Issue