Skip to content

Commit

Permalink
Fixed crash on load with factorio versions >= 2.0.26. Resolves pyanod…
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 18, 2024
1 parent 04b51c3 commit 7ffa741
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.19
Date: ?
Date: 2024-12-18
Changes:
- Adjusted autorecipes check for barrels. Affects Arqad Nest 3, 4 and Vonix Eggs 2, 3.
- Added compatibility with UPS Friendly Nixie Tubes.
- Fixed crash on load with factorio versions >= 2.0.26. Resolves https://github.com/pyanodon/pybugreports/issues/787
---------------------------------------------------------------------------------------------------
Version: 3.0.18
Date: 2024-11-29
Expand Down
4 changes: 4 additions & 0 deletions data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -540,4 +540,8 @@ for _, bot_type in pairs{"construction-robot", "logistic-robot"} do
end
end

-- https://github.com/pyanodon/pybugreports/issues/787
data.raw["tips-and-tricks-item"]["copy-paste"].trigger = nil
data.raw["tips-and-tricks-item"]["copy-paste"].skip_trigger = nil

if dev_mode then require "tests.data" end
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pypostprocessing",
"version": "3.0.18",
"version": "3.0.19",
"factorio_version": "2.0",
"title": "Pyanodons Post-processing",
"author": "Pyanodon, Shadowglass",
Expand Down

0 comments on commit 7ffa741

Please sign in to comment.