This commit is contained in:
2023-09-18 02:36:57 +09:00
parent 723741386b
commit 1ccf0f3aec
5 changed files with 78 additions and 2 deletions

View File

@@ -23,3 +23,7 @@ for k, v in pairs(items) do
end
end
end
if items['nuclear-reactor'].enabled then
data.raw['fluid']['steam'].max_temperature = 5000
end