Final version of it

This commit is contained in:
tobycoding-html 2025-06-08 15:06:24 -05:00 committed by GitHub
parent b071b46d40
commit f8599e96ae
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 = {