forked from Retro/cap1-mod
Change a couple recipies
This commit is contained in:
14
data.lua
14
data.lua
@@ -50,3 +50,17 @@ data.raw["recipe"]["small-electric-pole"].ingredients = {
|
|||||||
{type="item", name="iron-stick", amount=1},
|
{type="item", name="iron-stick", amount=1},
|
||||||
{type="item", name="copper-wire", amount=3}
|
{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