forked from Retro/cap1-mod
Make bulk inserters cheaper, for flame
This commit is contained in:
7
data.lua
7
data.lua
@@ -65,9 +65,14 @@ data.raw["recipe"]["assembling-machine-1"].ingredients = {
|
||||
{type="item", name="iron-plate", amount=5},
|
||||
{type="item", name="electronic-circuit", amount=3}
|
||||
}
|
||||
|
||||
--better defence early game is always a plus on easy mode
|
||||
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}
|
||||
}
|
||||
--MUCH cheaper than vanilla, MUCH more expensive than this mod
|
||||
data.raw["recipe"]["bulk-inserter"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=10}
|
||||
{type="item", name="iron-gear-wheel", amount=5},
|
||||
}
|
||||
Reference in New Issue
Block a user