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:
Zayan Arshad 2024-12-23 23:32:36 +00:00
parent 2c81568f0a
commit d4b0115f48
1 changed files with 2 additions and 0 deletions

View File

@ -448,6 +448,8 @@ elements.liquid_sodium = {
behavior: behaviors.LIQUID,
hidden: true,
state: "liquid",
tempLow: 97,
stateLow: "sodium",
density: 951,
reactions: {
"water": {elem1: "sodium_hydroxide", elem2: "hydrogen", temp1: 200, chance: 0.001},