General bugfixes as reported through Github and elsewhere. Unlike the version says, this version
also support 1.12.2 through the latest official build of BKCommonLib.
Bugfixes:
- Fixes a bug where some Mac (keyboard) users could not write TrainCarts signs due to an inserted meta character
- Now refreshes the speed limit set for a train during a station or launcher launch, enabling smooth ramp-ups/downs based on the speed limit that is set
- Displayed block in the minecart (block changer sign) can now also be set using Default Train Properties. (see end of post)
- The speed displayed on /train info and trigger signs was not limited by the speed limit. This has been fixed.
- There was a sign activation bug for TCFloatRail (and Hangrail) caused by the sign search function, which has been corrected.
Set displayed block through default train properties
Below are two examples of default train properties that set the block to air, or a trapdoor, when applied, while at the same time setting enter/exit permissions.
Code (Text):
train_open:
allowPlayerEnter: true
allowPlayerExit: true
blockTypes: air
blockOffset: 14
train_closed:
allowPlayerEnter: false
allowPlayerExit: false
blockTypes: trapdoor
blockOffset: 14
This can conveniently be set with the property sign using the less-known setdefaults:
Code (Text):
[+train]
property
setdefaults
train_open