- Added support for Minecraft 1.20.1.
- Added support for Create 0.5.1 on Fabric.
- Added support for Create 0.5.1.
- Hopefully fixes some crashes (especially on Forge) relating to trains not being on tracks.
- Signals are now displayed with the correct colors and at the correct angles.
- Different layers (signals, stations, etc.) can now be turned on or off in the Layers menu.
- Layers can be configured to only be visible at certain zoom levels. Check the
layers
section of the example config in the README for an example of how to set this up.
- Added support for Create 0.5.1.
- Hopefully fixes some crashes (especially on Forge) relating to trains not being on tracks.
- Signals are now displayed with the correct colors and at the correct angles.
- Different layers (signals, stations, etc.) can now be turned on or off in the Layers menu.
- Layers can be configured to only be visible at certain zoom levels. Check the
layers
section of the example config in the README for an example of how to set this up.
Create 0.5.1 integration is happening as soon as Create Fabric 0.5.1 is out.
- The lead car of each train now has a triangular tip, and is now colored differently to visually distinguish it from the train's other cars. The
map_style.colors.lead_car
config option can be used to change the color. - Chain signals are now triangular, pointing towards the next signal. The colors still reflect the state of the signal.
- Signals can now be configured to display on either side of the track with the
map_view.signals_on
option.
- The lead car of each train now has a triangular tip, and is now colored differently to visually distinguish it from the train's other cars. The
map_style.colors.lead_car
config option can be used to change the color. - Chain signals are now triangular, pointing towards the next signal. The colors still reflect the state of the signal.
- Signals can now be configured to display on either side of the track with the
map_view.signals_on
option. - (Forge) Move config file from
defaultconfigs
toconfig
where it should be.
- The lead car of each train now has a triangular tip, and is now colored differently to visually distinguish it from the train's other cars. The
map_style.colors.lead_car
config option can be used to change the color. - Chain signals are now triangular, pointing towards the next signal. The colors still reflect the state of the signal.
- Signals can now be configured to display on either side of the track with the
map_view.signals_on
option.
- Adds support for Forge! I know quite a few of you have been asking for it.
- Backported to 1.18, with thankfully minimal changes.
- Switched the web server backend to CIO instead of Netty, for better portability (i.e. the Forge version couldn't quite build right with Netty)
- Adds train and station lists to the top right. Clicking on each one moves the map to the location of the train or station, changing dimensions if necessary.
- Fixes an issue with train cars not having location information, causing an exception in the update loop.