mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -132,8 +132,8 @@ local items = {
|
|||||||
['steam-condensation'] = {
|
['steam-condensation'] = {
|
||||||
energy_required = 10,
|
energy_required = 10,
|
||||||
category = 'chemistry',
|
category = 'chemistry',
|
||||||
ingredients = {{type = 'fluid', name = 'steam', amount = 800, fluidbox_multiplier = 10}},
|
ingredients = {{type = 'fluid', name = 'steam', amount = 800, temperature = 500, fluidbox_multiplier = 10}},
|
||||||
results = {{type = 'fluid', name = 'water', amount = 640, fluidbox_multiplier = 10}}
|
results = {{type = 'fluid', name = 'water', amount = 640, temperature = 15, fluidbox_multiplier = 10}}
|
||||||
},
|
},
|
||||||
['nutrients-from-yumako-mash'] = {
|
['nutrients-from-yumako-mash'] = {
|
||||||
energy_required = 15,
|
energy_required = 15,
|
||||||
|
|||||||
Reference in New Issue
Block a user