Gold cable can be crafted in the electromagnetic plant
This commit is contained in:
parent
96b685a222
commit
3075523b3f
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ data:extend({
|
|||
{
|
||||
type = "recipe",
|
||||
name = "gold-cable",
|
||||
category = "crafting",
|
||||
additional_categories = { "electromagnetics" },
|
||||
ingredients = { { type = "item", name = "gold-plate", amount = 1 } },
|
||||
results = { { type = "item", name = "gold-cable", amount = 2 } },
|
||||
allow_productivity = true
|
||||
|
|
Loading…
Add table
Reference in a new issue