From a33d0d1e8ac8999c8e5fc0810a164a5eb100bc41 Mon Sep 17 00:00:00 2001 From: protocol_1903 <67478786+protocol-1903@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:48:03 -0700 Subject: [PATCH] Fixed poor recipe icon placement for smart farms. Resolves https://github.com/pyanodon/pybugreports/issues/1387 --- changelog.txt | 1 + prototypes/buildings/mega-farm.lua | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index c9ba924ca..92eec0757 100644 --- a/changelog.txt +++ b/changelog.txt @@ -16,6 +16,7 @@ Date: ???? - Added flying fluid caravans (thanks, FreezingSnail!) - Added "fill until" and "empty until" fluid caravan actions (thanks, charleycrissman!) - Improved wyrmhole performance when scaling. Resolves https://github.com/pyanodon/pybugreports/issues/1404 + - Fixed poor recipe icon placement for smart farms. Resolves https://github.com/pyanodon/pybugreports/issues/1387 --------------------------------------------------------------------------------------------------- Version: 3.0.62 Date: 2026-01-05 diff --git a/prototypes/buildings/mega-farm.lua b/prototypes/buildings/mega-farm.lua index d98d1a407..b80ea2fa5 100644 --- a/prototypes/buildings/mega-farm.lua +++ b/prototypes/buildings/mega-farm.lua @@ -46,7 +46,6 @@ ENTITY { crafting_speed = 1, to_be_inserted_to_rocket_inventory_size = 1, module_slots = 4, - icon_draw_specification = {shift = {0, 3.3}}, --fixed_recipe = "rocket-part", show_recipe_icon = true, allowed_effects = {"consumption", "speed"},