diff --git a/changelog.txt b/changelog.txt index af052da..2f02fd0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Date: ???? - Updated German locale courtesy of @Spunk42 - Increased valve flow rate from 6k/s to 12k/s - Fixed being able to unknowingly upgrade pipes to niobium pipes when pipe weaving is enabled, breaking some setups. Resolves https://github.com/pyanodon/pybugreports/issues/1421 + - Fixed advanced locomotive fuel icon positioning. Resolves https://github.com/pyanodon/pybugreports/issues/1406 --------------------------------------------------------------------------------------------------- Version: 3.0.20 Date: 2025-12-28 diff --git a/prototypes/buildings/mk02-locomotive.lua b/prototypes/buildings/mk02-locomotive.lua index b8fa963..91fb2db 100644 --- a/prototypes/buildings/mk02-locomotive.lua +++ b/prototypes/buildings/mk02-locomotive.lua @@ -46,6 +46,7 @@ ENTITY { selection_box = {{-1, -3.5}, {1, 3.5}}, --damaged_trigger_effect = hit_effects.entity(), drawing_box_vertical_extension = data.raw["locomotive"]["locomotive"].drawing_box_vertical_extension, + icons_positioning = {{inventory_index = defines.inventory.fuel, shift = {0, 0.3}, max_icons_per_row = 5}}, alert_icon_shift = util.by_pixel(0, -24), weight = 1600, max_speed = 1.30,