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