Download me on Modrinth, or sponsor the developer if you like this project.
The cool way to travel fast, now in Minecraft™ Java Edition!
Lightspeed boat is originally a bug feature in Bedrock Edition, where boats receives no friction when on slabs. This allows for accelerating boats to enourmously high speeds using flowing water. (Note: It is now half-fixed in Bedrock Edition)
This mod brings the feature to Java Edition. Enjoy cool automatable fast travel systems!
The figure above is an available design for accelerating boats. Read more about Lightspeed Boat on Minecraft Wiki.
WARNING: This mod must be present on both server and client, otherwise some server-client desync can occur.
Note: By default, the mod has a protective measure that prevent the speed from exceeding 72.73m/s (the blue ice speed).
Here are the mechanical details of the mod.
The boat will enter lightspeed state, if it has a velocity greater than lightspeedThershold 2.4 (in m/s), and one of the following is satisfied:
slabHeightMin 0.4999 and slabHeightMax 0.5241. The boat must be either IN_WATER or ON_LAND. The block the boat is on cannot be Water or Bubble Column. (This requires the boat to be on a slab)If requireLevitating is enabled, the first condition will be disabled.
When under lightspeed state:
lightspeedDrag 0, unless the speed exceeds maxLightspeed 72.73.allowPlayerDrive is false, the player will not be able to drive the boat, but can still turn it.allowPlayerTurn is false, the player will not be able to turn the boat.Values can be customized by editing the config/lightspeedboat-common.json file.