forked from Retro/cap1-mod
Make portable solar panels craft the same as other
This commit is contained in:
3
data.lua
3
data.lua
@@ -42,6 +42,9 @@ 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}
|
||||||
}
|
}
|
||||||
|
data.raw["recipe"]["solar-panel-equipment"].ingredients = {
|
||||||
|
{type="item", name="iron-gear-wheel", amount=5}
|
||||||
|
}
|
||||||
|
|
||||||
--Change electric poles
|
--Change electric poles
|
||||||
--realistically this would short circut
|
--realistically this would short circut
|
||||||
|
|||||||
Reference in New Issue
Block a user