forked from cacklingfiend/lignumis
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",
|
type = "recipe",
|
||||||
name = "gold-cable",
|
name = "gold-cable",
|
||||||
|
category = "crafting",
|
||||||
|
additional_categories = { "electromagnetics" },
|
||||||
ingredients = { { type = "item", name = "gold-plate", amount = 1 } },
|
ingredients = { { type = "item", name = "gold-plate", amount = 1 } },
|
||||||
results = { { type = "item", name = "gold-cable", amount = 2 } },
|
results = { { type = "item", name = "gold-cable", amount = 2 } },
|
||||||
allow_productivity = true
|
allow_productivity = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue