Basic radar can be crafted in the steam assembler again

This commit is contained in:
Simon Brodtmann 2025-02-16 00:50:32 +01:00
parent 305c61b1ad
commit 9290d421db

View file

@ -74,14 +74,13 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "basic-radar", name = "basic-radar",
category = "crafting-with-fluid", category = "crafting-with-steam",
energy_required = 10, energy_required = 10,
ingredients = { ingredients = {
{ type = "item", name = "stone-brick", amount = 4 }, { type = "item", name = "stone-brick", amount = 4 },
{ type = "item", name = "wooden-gear-wheel", amount = 4 }, { type = "item", name = "wooden-gear-wheel", amount = 4 },
{ type = "item", name = "gold-plate", amount = 4 }, { type = "item", name = "gold-plate", amount = 4 },
{ type = "item", name = "gold-cable", amount = 4 }, { type = "item", name = "gold-cable", amount = 4 }
{ type = "fluid", name = "steam", amount = 20 }
}, },
results = { { type = "item", name = "basic-radar", amount = 1 } }, results = { { type = "item", name = "basic-radar", amount = 1 } },
enabled = false enabled = false