From 02baea96fad7643e47d75734c832e26df46e00de Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Mon, 13 Oct 2025 15:04:08 -0700 Subject: [PATCH] Moved pYHardMode compat to hardmode --- changelog.txt | 5 +++++ data-final-fixes.lua | 9 --------- info.json | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 data-final-fixes.lua diff --git a/changelog.txt b/changelog.txt index ab60793..2b11b24 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 3.2.16 +Date: ???? + Changes: + - Moved pYHardMode compat to hardmode +--------------------------------------------------------------------------------------------------- Version: 3.2.15 Date: 2025-10-02 Bugfixes: diff --git a/data-final-fixes.lua b/data-final-fixes.lua deleted file mode 100644 index ec94e93..0000000 --- a/data-final-fixes.lua +++ /dev/null @@ -1,9 +0,0 @@ --- call after hardmode runs - --- modify hardmode RHEs to only have one heat input -if mods["pyhardmode"] then - data.raw["assembling-machine"].rhe.energy_source.connections = {{ - position = {-2, 0}, - direction = defines.direction.west - }} -end \ No newline at end of file diff --git a/info.json b/info.json index 44cb4ef..0c2e01a 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "PyBlock", - "version": "3.2.15", + "version": "3.2.16", "factorio_version": "2.0", "title": "PyBlock", "author": "KingArthur",