Create: Steam 'n' Rails

Create: Steam 'n' Rails

20M Downloads

Assembling a train does not work across track types

RosaryMala opened this issue ยท 1 comments

commented

Describe the Bug

When assembling a train at a station, it only considers tracks that are the exact same type for the assembly, and any bogeys on other types of track are not considered

Reproduction Steps

  1. Place down a straight stretch of track, using various track types of the same width, such as andesite, oak, tieless, etc.
  2. Place a station on the track.
  3. Attempt to assemble a train.

Expected Result

It's expected that assembling a train should only care about the track width, and not the ties.

Screenshots and Videos

All dark oak is fine:
image

If the station is dark Oak, the train can't be assembled on tieless tracks:
image

Putting the station onto a tieless track allows assembly only up to where the tracks change to have dark oak ties:
image

Crash Report or Log

No response

Operating System

Windows 11

Mod Version

1.5.3

Create Mod Version

0.5.1f

Minecraft Version

1.20.1

ModLoader and Version

Forge 47.2.0

Other Mods

No response

Additional Context

No response

commented

This really needs to be fixed on Create's side, there's no clean way to mixin and do this on our side.