diamond
This commit is contained in:
parent
4a78ddac88
commit
a469aad535
|
|
@ -2514,8 +2514,9 @@ elements.solid_diamond = {
|
||||||
tempHigh: elements.diamond.tempHigh,
|
tempHigh: elements.diamond.tempHigh,
|
||||||
stateHigh: elements.diamond.stateHigh,
|
stateHigh: elements.diamond.stateHigh,
|
||||||
state: "solid",
|
state: "solid",
|
||||||
denisty: elements.diamond.density,
|
density: elements.diamond.density,
|
||||||
hardness: elements.diamond.hardness
|
hardness: elements.diamond.hardness,
|
||||||
|
behavior: behaviors.WALL,
|
||||||
}
|
}
|
||||||
elements.textured_rose_gold = {
|
elements.textured_rose_gold = {
|
||||||
color: ["#FF5991", "#E4386F", "#7F1037", "#FFCCCD", "#671133"],
|
color: ["#FF5991", "#E4386F", "#7F1037", "#FFCCCD", "#671133"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue