From a75f78952c5ccf3345060fd9f061c7a0284a8b35 Mon Sep 17 00:00:00 2001 From: oorzkws <65210810+oorzkws@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:22:02 -0600 Subject: [PATCH] Fix crash with pyalienlife 3.0.57 --- changelog.txt | 5 +++++ data-updates.lua | 7 ------- info.json | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index bca3576..c37c23c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 3.2.9 +Date: ??? + Bugfixes: + - Fixed crash with pyalienlife 3.0.57 due to duplicated functionality +--------------------------------------------------------------------------------------------------- Version: 3.2.8 Date: 2025-08-17 Bugfixes: diff --git a/data-updates.lua b/data-updates.lua index 7196154..ef1e259 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -50,13 +50,6 @@ data:extend { } } - --- create "floating" seaweed that moves -local seaweed = table.deepcopy(data.raw.tree.seaweed) -data.raw.tree.seaweed = nil -seaweed.type = "fish" -data.raw.fish.seaweed = seaweed - --adjust landfill cost for landfill painter if mods["LandfillPainting"] then local recipe_list = { diff --git a/info.json b/info.json index f786ff3..38f6ce9 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "PyBlock", - "version": "3.2.8", + "version": "3.2.9", "factorio_version": "2.0", "title": "PyBlock", "author": "KingArthur",