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 @@ -7,6 +7,7 @@ Date: ???
- Updated German locale courtesy of @Spunk42
- Removed redundant silicon doping recipe names
- Fixed that clay pit would sometimes drop items on the ground instead of in containers or on belts. Resolves https://github.com/pyanodon/pybugreports/issues/1366
- Fixed high tech locomotive fuel icon positioning. Resolves https://github.com/pyanodon/pybugreports/issues/1406
---------------------------------------------------------------------------------------------------
Version: 3.0.18
Date: 2025-12-28
Expand Down
1 change: 1 addition & 0 deletions prototypes/buildings/ht-locomotive/ht-locomotive.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ENTITY {
selection_box = {{-1, -3}, {1, 3}},
--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 = 1}},
alert_icon_shift = util.by_pixel(0, -24),
weight = 1000,
max_speed = 1.5,
Expand Down
Loading