data:extend({ { type = "recipe", name = "waterbomb", energy_required = 5, enabled = "false", category = "crafting-with-fluid", ingredients = { {"steel-plate", 32}, {"electric-engine-unit", 4}, {"processing-unit", 1}, {type="fluid", name="water", amount=32}, {"explosives", 24}, }, result = "waterbomb" } }) table.insert(data.raw["technology"]["explosives"].effects, {type = "unlock-recipe",recipe = "waterbomb"})