Skip to content

Commit

Permalink
Removed crashy compatibility patch with the nixie tubes mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 21, 2024
1 parent b2e5a8d commit 2c25ddb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.3
Date: 2024-10-21
Changes:
- Removed crashy compatibility patch with the nixie tubes mod.
---------------------------------------------------------------------------------------------------
Version: 3.0.2
Date: 2024-10-21
Changes:
Expand Down
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.2",
"version": "3.0.3",
"factorio_version": "2.0",
"title": "Pyanodons Post-processing",
"author": "Pyanodon, Shadowglass",
Expand Down
4 changes: 0 additions & 4 deletions prototypes/functions/compatibility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,6 @@ if mods["scattergun_turret"] then
end
end

if mods["nixie-tubes"] then
TECHNOLOGY("cathodes"):remove_pack("logistic-science-pack"):remove_prereq("advanced-circuit")
end

if mods["Teleporters"] and mods["pyalternativeenergy"] then
TECHNOLOGY("teleporter"):remove_prereq("battery"):add_prereq("battery-mk01")
end
Expand Down

0 comments on commit 2c25ddb

Please sign in to comment.