mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
@@ -406,9 +406,10 @@ local items = {
|
|||||||
},
|
},
|
||||||
['lithium'] = {
|
['lithium'] = {
|
||||||
energy_required = 5,
|
energy_required = 5,
|
||||||
|
category = 'crafting-with-fluid',
|
||||||
allow_productivity = true,
|
allow_productivity = true,
|
||||||
ingredients = {{type = 'item', name = 'holmium-plate', amount = 1}, {type = 'fluid', name = 'lithium-brine', amount = 25, fluidbox_multiplier = 10}},
|
ingredients = {{type = 'fluid', name = 'lithium-brine', amount = 10, fluidbox_multiplier = 10}, {type = 'fluid', name = 'water', amount = 10, fluidbox_multiplier = 10, ignored_by_stats = 10}},
|
||||||
results = {{type = 'item', name = 'lithium', amount = 5}}
|
results = {{type = 'item', name = 'lithium', amount = 5}, {type = 'fluid', name = 'steam', temperature = 500, amount = 12, fluidbox_multiplier = 10, ignored_by_stats = 12, ignored_by_productivity = 12}}
|
||||||
},
|
},
|
||||||
['lithium-plate'] = {
|
['lithium-plate'] = {
|
||||||
energy_required = 5,
|
energy_required = 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user