Boat Item View
About the Modification
The Boat Item View modification is a client-side addon for Minecraft that allows players to see items held in their hand while sailing in a boat. This functionality is not available in the standard version of the game.
Important note: displayed items in hand cannot be used while the boat is moving. The mod works only at the visualization level and does not change the server-side logic of vanilla gameplay.
Main Features
- Enable and disable display of items in hand while moving in a boat
- Configure types of items that will be shown during sailing
- Compatibility with Cloth Config and ModMenu for convenient configuration
Installation
This is an exclusively client-side mod. Do not install it on dedicated servers.
Dependencies
- Fabric API (required)
- Cloth Config API (required, pre-installed in the mod)
- Mod Menu API (optional, for in-game settings interface)
Usage
Activating the Mod
- Open the configuration file via minecraft/config/boatiview/client.toml or through the "Configure" button in the mods menu if ModMenu is installed
- Set the "showHandsInMovingBoat" parameter to True
- Take an item in your main or off-hand
- ModMenu usage demonstration: https://streamable.com/m8n37z
Adding Items to the Display List
- Open the configuration file via minecraft/config/boatiview/client.toml or through the "Configure" button in the mods menu
- Add a new entry to the "itemsToShowInMovingBoat" parameter. The entry should contain the item identifier, for example "minecraft:carrot"
- Save changes in the file editor or click "Save and Quit" in ModMenu
- Configuration via ModMenu: https://streamable.com/n9vwwz
- Configuration via TOML file: https://streamable.com/9f5z3v
Screenshots
The configuration interface that appears when ModMenu is installed alongside this mod.
Credits
Treblero for the original idea