Change speed modules and fix a bugged recipe
This commit is contained in:
10
data.lua
10
data.lua
@@ -48,7 +48,7 @@ data.raw["recipe"]["solar-panel"].ingredients = {
|
||||
--i'm not realistic
|
||||
data.raw["recipe"]["small-electric-pole"].ingredients = {
|
||||
{type="item", name="iron-stick", amount=1},
|
||||
{type="item", name="copper-wire", amount=3}
|
||||
{type="item", name="copper-cable", amount=3}
|
||||
}
|
||||
|
||||
--Make assembly machine 1's cheaper for balance
|
||||
@@ -75,4 +75,12 @@ data.raw["recipe"]["military-science-pack"].ingredients = {
|
||||
data.raw["recipe"]["bulk-inserter"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=10},
|
||||
{type="item", name="iron-gear-wheel", amount=5}
|
||||
}
|
||||
|
||||
data.raw["recipe"]["speed-module-2"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=20},
|
||||
}
|
||||
|
||||
data.raw["recipe"]["speed-module-3"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=40},
|
||||
}
|
||||
Reference in New Issue
Block a user