crimwater boil
This commit is contained in:
parent
132d9a1aed
commit
ff3c165007
|
|
@ -259,7 +259,7 @@ elements.crimgravel = { //break from canon for crimstone breakInto
|
||||||
state: "solid",
|
state: "solid",
|
||||||
density: 1680,
|
density: 1680,
|
||||||
hardness: 0.2,
|
hardness: 0.2,
|
||||||
}
|
},
|
||||||
|
|
||||||
elements.crimwater = { //you shouldn't be able to purify ice by melting it
|
elements.crimwater = { //you shouldn't be able to purify ice by melting it
|
||||||
color: "#e45c7c",
|
color: "#e45c7c",
|
||||||
|
|
@ -275,6 +275,8 @@ elements.crimwater = { //you shouldn't be able to purify ice by melting it
|
||||||
},
|
},
|
||||||
tempLow: 0,
|
tempLow: 0,
|
||||||
stateLow: "red_ice",
|
stateLow: "red_ice",
|
||||||
|
tempHigh: 100,
|
||||||
|
stateHigh: "steam",
|
||||||
viscosity: 1,
|
viscosity: 1,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
reactions: {
|
reactions: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue