From c7f5996a330972a9ad2b594ce7674b503bd71b55 Mon Sep 17 00:00:00 2001 From: Lemon <55360995+lemonlambda@users.noreply.github.com> Date: Sat, 20 Jun 2026 16:41:23 -0400 Subject: [PATCH 1/3] Update recipes.lua --- prototypes/recipes/recipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/recipes/recipes.lua b/prototypes/recipes/recipes.lua index cef616e1..8d1374a9 100644 --- a/prototypes/recipes/recipes.lua +++ b/prototypes/recipes/recipes.lua @@ -695,7 +695,7 @@ RECIPE { {type = "item", name = "copper-cable", amount = 3}, }, results = { - {type = "item", name = "small-electric-pole", amount = 3} + {type = "item", name = "small-electric-pole", amount = 60} }, allow_as_intermediate = false }:add_unlock("creosote") From c7786fb34158c64e0ec0d0a23ec5c50057695bee Mon Sep 17 00:00:00 2001 From: Lemon <55360995+lemonlambda@users.noreply.github.com> Date: Sat, 20 Jun 2026 16:42:16 -0400 Subject: [PATCH 2/3] Update changelog.txt --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 2d65c91f..40cceaaa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -22,6 +22,7 @@ Date: ??? - Fixed codex search bar saving the search term when switching pages and closing the UI. Resolves https://github.com/pyanodon/pybugreports/issues/1409 - Fixed firearm magazine not being handcraftable. Resolves https://github.com/pyanodon/pybugreports/issues/1432 - Fixed that the pYAE early game menu simulation had the car crashing into the pipe twice. Resolves https://github.com/pyanodon/pybugreports/issues/1340 + - Buff small electric pole 2 recipe to be more viable. --------------------------------------------------------------------------------------------------- Version: 3.0.44 Date: 2025-12-28 From c7ea55f252187b78558ab414fa76875881dbdd42 Mon Sep 17 00:00:00 2001 From: Lemon <55360995+lemonlambda@users.noreply.github.com> Date: Sat, 20 Jun 2026 16:53:31 -0400 Subject: [PATCH 3/3] mooty please --- prototypes/recipes/recipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/recipes/recipes.lua b/prototypes/recipes/recipes.lua index 8d1374a9..804c1477 100644 --- a/prototypes/recipes/recipes.lua +++ b/prototypes/recipes/recipes.lua @@ -695,7 +695,7 @@ RECIPE { {type = "item", name = "copper-cable", amount = 3}, }, results = { - {type = "item", name = "small-electric-pole", amount = 60} + {type = "item", name = "small-electric-pole", amount = 20} }, allow_as_intermediate = false }:add_unlock("creosote")