Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Date: ???
- All flora collectors now have a fake fluid box
- Fixed incompatibility with Extended Vanilla. Resolves https://github.com/pyanodon/pybugreports/issues/1265
- Added py.find_latest_undo_action to find the latest undo action referencing a supplied entity
- Fixed that reproductive complex had extremely small alt-mode icons. Resolves https://github.com/pyanodon/pybugreports/issues/1377
---------------------------------------------------------------------------------------------------
Version: 3.0.41
Date: 2025-12-28
Expand Down
8 changes: 4 additions & 4 deletions data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ set_underground_recipe("fast-underground-belt", "fast-transport-belt", "undergro
set_underground_recipe("express-underground-belt", "express-transport-belt", "fast-underground-belt", "fast-transport-belt")

local big_recipe_icons_blacklist = {
["rc-mk01"] = true,
["rc-mk02"] = true,
["rc-mk03"] = true,
["rc-mk04"] = true,
-- ["rc-mk01"] = true,
-- ["rc-mk02"] = true,
-- ["rc-mk03"] = true,
-- ["rc-mk04"] = true,
}

for _, prototype in pairs {"assembling-machine", "furnace", "container", "logistic-container"} do
Expand Down
Loading