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, tempHigh: 700,
tempLow: -200, tempLow: -200,
temp: 50, temp: 50,
stateHigh: "Molten_Reactor_Conatainer", stateHigh: "molten_reactor_conatainer",
stateLow: "Frozen_Reactor_Container", stateLow: "frozen_reactor_container",
}; };
elements.molten_reactor_container = { elements.molten_reactor_container = {
@ -49,7 +49,7 @@ elements.reactor_water_steam = {
state: "gas", state: "gas",
tempLow: 150, tempLow: 150,
temp: 200, temp: 200,
stateLow: "Reactor_Water", stateLow: "reactor_water",
}; };
elements.reactor_water_ice = { elements.reactor_water_ice = {