Gold cable can be crafted in the electromagnetic plant

This commit is contained in:
Simon Brodtmann 2025-06-25 00:39:29 +02:00
parent 96b685a222
commit 3075523b3f

View file

@ -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