From da5b526e139d8a59351a5404ba79e64137c6b3d6 Mon Sep 17 00:00:00 2001 From: Spunk42 Date: Mon, 9 Feb 2026 19:15:12 +0100 Subject: [PATCH 1/2] en new beacon setting fix --- locale/en/locale.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en/locale.cfg b/locale/en/locale.cfg index 25a37e25..2230b939 100644 --- a/locale/en/locale.cfg +++ b/locale/en/locale.cfg @@ -810,7 +810,7 @@ future-beacons=Future beacons rpm_entity=adjust the number of items requested when copy/pasting a recipe for enitities rpm_items=adjust the number of items requested when copy/pasting a recipe for items overload=adjusts the number of items inserted into a crafting machine over the required number to fill a recipe. default value use the following formula (1.166 / (energy_required / the assembler's crafting_speed), rounded up, and clamped to be between2 and 100). -future-beacons=Beacons have been rebalanced for the upcoming py mod (Py Stellar Expedition).\nHowever with this setting you can have the rebalanced beacons now.\nChanges:\nBeacons (not diet beacons) have 0.2*am*fm transmission efficiency instead of 0.5*am*fm.\nBeacons can only effect 5 entities instead of 25. +future-beacons=Beacons have been rebalanced for the upcoming py mod (Py Stellar Expedition).\nHowever with this setting you can have the rebalanced beacons now.\nChanges:\nBeacons (not diet beacons) have 0.2*am*fm transmission efficiency instead of 0.5*am*fm.\n5 beacons can affect an entity instead of 25. [gui-game-finished] victory=Victory! Congratulations, you have beaten Pyanodon's mods. @@ -845,4 +845,4 @@ equipment-out-of-fuel=Equipment out of fuel. [img=item.__1__] __2__ # no need to change per locale, this is just so other mods can change if they'd like [beacon-modifier] am=AM -fm=FM \ No newline at end of file +fm=FM From 709804fa583f39aa629227bc613d3cabc9b52ec1 Mon Sep 17 00:00:00 2001 From: protocol_1903 <67478786+protocol-1903@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:53:34 -0700 Subject: [PATCH 2/2] update changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 5defa177..8ff77658 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Date: ??? Changes: - Updated German locale courtesy of CarstenG - Added module slots to botanical nursery. Resolves https://github.com/pyanodon/pybugreports/issues/555 + - Fixed pY codex future beacons setting explanation - Fixed that the upgrade_target for the mechanical inserter was not set. Resolves https://github.com/pyanodon/pybugreports/issues/1323 - Fixed AM/FM text in beacon GUI not being localizable, again. Resolves https://github.com/pyanodon/pybugreports/issues/1337 - Fixed Dutch locale translating two fluids to the same name. Resolves https://github.com/pyanodon/pybugreports/issues/1305