fix: enabled liquid_sodium to solidify
Previously, Liquid Sodium was not able to solidify as it did not have a tempLow and stateLow.
This commit is contained in:
parent
2c81568f0a
commit
d4b0115f48
|
|
@ -448,6 +448,8 @@ elements.liquid_sodium = {
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
hidden: true,
|
hidden: true,
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
|
tempLow: 97,
|
||||||
|
stateLow: "sodium",
|
||||||
density: 951,
|
density: 951,
|
||||||
reactions: {
|
reactions: {
|
||||||
"water": {elem1: "sodium_hydroxide", elem2: "hydrogen", temp1: 200, chance: 0.001},
|
"water": {elem1: "sodium_hydroxide", elem2: "hydrogen", temp1: 200, chance: 0.001},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue