Add files via upload
Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com>
This commit is contained in:
parent
af6ba02003
commit
3987c2abb8
|
|
@ -0,0 +1,18 @@
|
||||||
|
elements.green_gold = {
|
||||||
|
color: ["#94c7a3","#7bb298","#94c7a3"],
|
||||||
|
behavior: behaviors.WALL,
|
||||||
|
tempHigh: 500,
|
||||||
|
category: "solids",
|
||||||
|
density: 13000,
|
||||||
|
burnInto: ["molten_green_gold"],
|
||||||
|
conduct: 0.87,
|
||||||
|
};
|
||||||
|
elements.molten_green_gold = {
|
||||||
|
color: "#d9f046",
|
||||||
|
behavior: behaviors.MOLTEN,
|
||||||
|
tempHigh: 500,
|
||||||
|
category: "states",
|
||||||
|
density: 13000,
|
||||||
|
conduct: 0.87,
|
||||||
|
Hidden: true
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue