Allow modules to be crafted in EM plant
This commit is contained in:
parent
18f53fcae8
commit
3429ac3b7d
1 changed files with 9 additions and 3 deletions
|
|
@ -83,7 +83,9 @@ data:extend({
|
|||
{ type = "item", name = "electronic-circuit", amount = 5 }
|
||||
},
|
||||
energy_required = 15,
|
||||
results = { { type = "item", name = "pollution-module", amount = 1 } }
|
||||
results = { { type = "item", name = "pollution-module", amount = 1 } },
|
||||
category = "crafting",
|
||||
additional_categories = mods["space-age"] and { "electronics" } or nil
|
||||
},
|
||||
{
|
||||
type = "recipe",
|
||||
|
|
@ -95,7 +97,9 @@ data:extend({
|
|||
{ type = "item", name = "processing-unit", amount = 5 }
|
||||
},
|
||||
energy_required = 30,
|
||||
results = { { type = "item", name = "pollution-module-2", amount = 1 } }
|
||||
results = { { type = "item", name = "pollution-module-2", amount = 1 } },
|
||||
category = "crafting",
|
||||
additional_categories = mods["space-age"] and { "electronics" } or nil
|
||||
},
|
||||
{
|
||||
type = "recipe",
|
||||
|
|
@ -107,7 +111,9 @@ data:extend({
|
|||
{ type = "item", name = "processing-unit", amount = 5 }
|
||||
},
|
||||
energy_required = 60,
|
||||
results = { { type = "item", name = "pollution-module-3", amount = 1 } }
|
||||
results = { { type = "item", name = "pollution-module-3", amount = 1 } },
|
||||
category = "crafting",
|
||||
additional_categories = mods["space-age"] and { "electronics" } or nil
|
||||
},
|
||||
{
|
||||
type = "technology",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue