forked from cacklingfiend/lignumis
Basic radar can be crafted in the steam assembler again
This commit is contained in:
parent
305c61b1ad
commit
9290d421db
1 changed files with 2 additions and 3 deletions
|
@ -74,14 +74,13 @@ data:extend({
|
|||
{
|
||||
type = "recipe",
|
||||
name = "basic-radar",
|
||||
category = "crafting-with-fluid",
|
||||
category = "crafting-with-steam",
|
||||
energy_required = 10,
|
||||
ingredients = {
|
||||
{ type = "item", name = "stone-brick", amount = 4 },
|
||||
{ type = "item", name = "wooden-gear-wheel", amount = 4 },
|
||||
{ type = "item", name = "gold-plate", amount = 4 },
|
||||
{ type = "item", name = "gold-cable", amount = 4 },
|
||||
{ type = "fluid", name = "steam", amount = 20 }
|
||||
{ type = "item", name = "gold-cable", amount = 4 }
|
||||
},
|
||||
results = { { type = "item", name = "basic-radar", amount = 1 } },
|
||||
enabled = false
|
||||
|
|
Loading…
Add table
Reference in a new issue