You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The priority system in RailBlockFamily's getClosestMatch function picks any rotation of the block with the highest priority from the set of possible blocks. We could add a hotkey (say e) or add a feature to the wrench which rotates a placed track or replaces it with a block of lower priority, allowing players to manually choose which blocks they want to place.
One way to do it would be to just follow the getClosestMatch function and run it again, going lower than the track already placed.
The text was updated successfully, but these errors were encountered:
The priority system in
RailBlockFamily
'sgetClosestMatch
function picks any rotation of the block with the highest priority from the set of possible blocks. We could add a hotkey (saye
) or add a feature to the wrench which rotates a placed track or replaces it with a block of lower priority, allowing players to manually choose which blocks they want to place.One way to do it would be to just follow the
getClosestMatch
function and run it again, going lower than the track already placed.The text was updated successfully, but these errors were encountered: