Merge pull request #45 from Ergoglobe/steam-patch-

change temperature requirement for steam for pressurized water
This commit is contained in:
PreLeyZero 2024-02-20 21:25:26 +01:00 committed by GitHub
commit 1b1278044e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -313,7 +313,7 @@ data:extend({
main_product = 'el_pressurized_water',
ingredients = {
{type="fluid", name="water", amount=480},
{type="fluid", name="steam", amount=160, temperature=165},
{type="fluid", name="steam", amount=160, minimum_temperature=165},
},
results = {
{type="fluid", name="el_pressurized_water", amount=240, temperature =500},
@ -408,4 +408,4 @@ table.insert(data.raw.lab['biusart-lab'].inputs, 'fu_space_probe_science_item')
table.insert(data.raw.lab['biusart-lab'].inputs, 'fi_ki_science')
table.insert(data.raw.lab['biusart-lab'].inputs, 'fu_ki_science')
data.raw.tool["fu_space_probe_science_item"].icon = "__248k__/ressources/fusion/fu_space_probe/fu_space_probe_science_item_krastorio.png"
data.raw.tool["fu_space_probe_science_item"].icon = "__248k__/ressources/fusion/fu_space_probe/fu_space_probe_science_item_krastorio.png"