From 62b8946c7201b17e3361b3a07f357b7f120d2f21 Mon Sep 17 00:00:00 2001 From: Unfunny Date: Mon, 22 Dec 2025 15:01:31 -0500 Subject: [PATCH] Make small electric poles use iron sticks instead of wood --- data.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.lua b/data.lua index 5852c32..c0a6801 100644 --- a/data.lua +++ b/data.lua @@ -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} +} \ No newline at end of file