allow i/f handler to use dirty water
This commit is contained in:
parent
fc91ee242d
commit
7372ed4df0
1 changed files with 16 additions and 0 deletions
|
@ -1556,6 +1556,22 @@ data:extend({
|
||||||
always_show_made_in = true,
|
always_show_made_in = true,
|
||||||
subgroup = 'fu_item_subgroup_f',
|
subgroup = 'fu_item_subgroup_f',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name = 'fu_burn_dirty_water_recipe',
|
||||||
|
type = 'recipe',
|
||||||
|
category = 'fu_burner_category',
|
||||||
|
hidden = true,
|
||||||
|
ingredients = {
|
||||||
|
{type="fluid", name="el_dirty_water", amount=100},
|
||||||
|
},
|
||||||
|
results = {
|
||||||
|
{type="fluid", name="water", amount=100},
|
||||||
|
},
|
||||||
|
result_count = 1,
|
||||||
|
energy_required = 1,
|
||||||
|
always_show_made_in = true,
|
||||||
|
subgroup = 'fu_item_subgroup_f',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name = 'fu_miner_recipe',
|
name = 'fu_miner_recipe',
|
||||||
type = 'recipe',
|
type = 'recipe',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue