diff --git a/prototypes/fu_recipes.lua b/prototypes/fu_recipes.lua index a700227..5106850 100644 --- a/prototypes/fu_recipes.lua +++ b/prototypes/fu_recipes.lua @@ -1556,6 +1556,22 @@ data:extend({ always_show_made_in = true, 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', type = 'recipe',