Skip to content

2.0.26-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 09:30
· 119 commits to master since this release

This is SNAPSHOT, not a stable release. make sure this may have many bugs.
Requirements for this version:
RTM 2.4.23
NGTLib 2.4.20

Added

  • Support placing rail in diagonal direction with rail item #635
  • Improve ActionParts #651
    • If the ActionParts is far from you, the ActionParts will not be clicked / dragged.
    • If you opened any GUI, the ActionParts will not be clicked / dragged.
  • Check for version mismatch error before crash #653

Fixed

  • Sitting in the driver's seat on the opposite side drives train in reverse #633
  • Vec3 DataMap will cause crash #652
  • World is accessed from Netty IO Thread #654
  • syncVehicleState(Door, data) does not work as the setter of getVehicleState(Door) #660
    • Previously, to sync door direction between trains, door bit can be swapped.
    • Now, improvements in bits swapping condition is improved.
  • Picking any machine block would pick as fluorescent #667
    • Picking following blocks, which are categorized to machine, would pick as fluorescent is now fixed
      • Boom barrier for Crossing (CROSSING)
      • Ticket Gate (TURNSTILE)
      • Point Lever (POINT)
      • Ticket Vendor (TICKET_VENDOR)
      • Light (LIGHT, not a FLUORESCENT)
      • Speaker (SPEAKER)