forked from Retro/cap1-mod
Make small electric poles use iron sticks instead of wood
This commit is contained in:
8
data.lua
8
data.lua
@@ -42,3 +42,11 @@ data.raw["recipe"]["fast-transport-belt"].ingredients = {
|
|||||||
data.raw["recipe"]["solar-panel"].ingredients = {
|
data.raw["recipe"]["solar-panel"].ingredients = {
|
||||||
{type="item", name="iron-gear-wheel", amount=5}
|
{type="item", name="iron-gear-wheel", amount=5}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
--Change electric poles
|
||||||
|
--realistically this would short circut
|
||||||
|
--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}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user