forked from Retro/cap1-mod
Change a couple recipies
This commit is contained in:
14
data.lua
14
data.lua
@@ -49,4 +49,18 @@ data.raw["recipe"]["solar-panel"].ingredients = {
|
||||
data.raw["recipe"]["small-electric-pole"].ingredients = {
|
||||
{type="item", name="iron-stick", amount=1},
|
||||
{type="item", name="copper-wire", amount=3}
|
||||
}
|
||||
|
||||
--Make assembly machine 2's cheaper
|
||||
--THE FACTORY MUST GROW
|
||||
data.raw["recipe"]["assembly-machine-2"].ingredients = {
|
||||
{type="item", name="iron-gear-wheel", amount=5},
|
||||
{type="item", name="iron-plate", amount=5},
|
||||
{type="item", name="electronic-circuit", amount=3}
|
||||
}
|
||||
|
||||
data.raw["recipe"]["military-science-pack"].ingredients = {
|
||||
{type="item", name="grenade", amount=1},
|
||||
{type="item", name="firearm-magazine", amount=2},
|
||||
{type="item", name="stone-wall", amount=2}
|
||||
}
|
||||
Reference in New Issue
Block a user