From c5fd24e2b042823376495c1f99e72f0b223e23a3 Mon Sep 17 00:00:00 2001 From: protocol_1903 <67478786+protocol-1903@users.noreply.github.com> Date: Mon, 4 May 2026 23:13:25 -0700 Subject: [PATCH] Fixed that reproductive complex had extremely small alt-mode icons. Resolves https://github.com/pyanodon/pybugreports/issues/1377 --- changelog.txt | 1 + data-updates.lua | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index cc5a6e5..d4ba223 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/data-updates.lua b/data-updates.lua index a67d877..ae8a13a 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -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