Skip to content

Commit

Permalink
Fixed crash with the "tapeline" mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 18, 2024
1 parent 7ffa741 commit 80e2cd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 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.20
Date: 2024-12-18
Changes:
- Fixed crash with the "tapeline" mod.
---------------------------------------------------------------------------------------------------
Version: 3.0.19
Date: 2024-12-18
Changes:
Expand Down
12 changes: 0 additions & 12 deletions data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -506,14 +506,6 @@ for _, value in pairs {"furnace", "assembling-machine", "mining-drill", "lab", "
end
end

-- remove for logging unused attributes
for _, category in pairs(data.raw) do
for _, prototype in pairs(category) do
prototype.dependencies = nil
prototype.ignore_for_dependencies = nil
end
end

for _, vehicle_prototype in pairs {"car", "locomotive", "spider-vehicle"} do
for _, vehicle in pairs(data.raw[vehicle_prototype]) do
vehicle.allow_remote_driving = true
Expand All @@ -540,8 +532,4 @@ 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.19",
"version": "3.0.20",
"factorio_version": "2.0",
"title": "Pyanodons Post-processing",
"author": "Pyanodon, Shadowglass",
Expand Down

0 comments on commit 80e2cd9

Please sign in to comment.