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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions prototypes/buildings/mk02-locomotive.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading