Make small electric poles use iron sticks instead of wood

This commit is contained in:
2025-12-22 15:01:31 -05:00
parent e58e473416
commit 62b8946c72

View File

@@ -42,3 +42,11 @@ data.raw["recipe"]["fast-transport-belt"].ingredients = {
data.raw["recipe"]["solar-panel"].ingredients = {
{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}
}