Merge pull request #1134 from tobycoding-html/main

Final version of it
This commit is contained in:
slweeb 2025-06-08 16:09:20 -04:00 committed by GitHub
commit 8943a3524a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ elements.reactor_container_body_user = {
tempHigh: 700,
tempLow: -200,
temp: 50,
stateHigh: "Molten_Reactor_Conatainer",
stateLow: "Frozen_Reactor_Container",
stateHigh: "molten_reactor_conatainer",
stateLow: "frozen_reactor_container",
};
elements.molten_reactor_container = {
@ -49,7 +49,7 @@ elements.reactor_water_steam = {
state: "gas",
tempLow: 150,
temp: 200,
stateLow: "Reactor_Water",
stateLow: "reactor_water",
};
elements.reactor_water_ice = {