-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +0,0 @@ | ||
# Better Boat Movement | ||
> Adds quality of live improvements to boats | ||
## Features | ||
- configure step height to not be stuck in front of blocks, that are slightly higher | ||
- configure player eject time, when player is out of control of the boat | ||
- boost boat upwards, if underwater | ||
|
||
## Configuration | ||
|
||
<details> | ||
<summary>/config/better-boat-movement.json</summary> | ||
|
||
```json5 | ||
{ | ||
"version": 1, // just ignore that, only for migrations | ||
"config": { | ||
"stepHeight": 0.3, // the height the boat should travel upwards | ||
"playerEjectTicks": 200.0, // defines the ticks that should pass before ejecting a player, when the player lost control over the boat | ||
"boostUnderwater": true, // toggles, whether a boat, which is underwater should be boosted upwards with half of the step height | ||
"wallHitCooldownTicks": 5 // defines the ticks that should pass before moving the boat up a block | ||
} | ||
} | ||
``` | ||
</details> | ||
|
||
### Other | ||
⚠️ The development version is always the latest stable release of Minecraft. | ||
Therefore, new features will only be available for the current and following Minecraft versions. | ||
|
||
If you need help with any of my mods just join my [discord server](https://nyon.dev/discord) | ||