diff --git a/changelog.txt b/changelog.txt index c9ba924c..92eec075 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 d98d1a40..b80ea2fa 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"},