Skip to content

Commit d95fc36

Browse files
Merge pull request #51 from pyanodon/seaweed-crashfix
Fix crash with pyalienlife 3.0.57
2 parents 37470be + a75f789 commit d95fc36

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 3.2.9
3+
Date: ???
4+
Bugfixes:
5+
- Fixed crash with pyalienlife 3.0.57 due to duplicated functionality
6+
---------------------------------------------------------------------------------------------------
27
Version: 3.2.8
38
Date: 2025-08-17
49
Bugfixes:

data-updates.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ data:extend {
5050
}
5151
}
5252

53-
54-
-- create "floating" seaweed that moves
55-
local seaweed = table.deepcopy(data.raw.tree.seaweed)
56-
data.raw.tree.seaweed = nil
57-
seaweed.type = "fish"
58-
data.raw.fish.seaweed = seaweed
59-
6053
--adjust landfill cost for landfill painter
6154
if mods["LandfillPainting"] then
6255
local recipe_list = {

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PyBlock",
3-
"version": "3.2.8",
3+
"version": "3.2.9",
44
"factorio_version": "2.0",
55
"title": "PyBlock",
66
"author": "KingArthur",

0 commit comments

Comments
 (0)