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",