Boat Item View: Show Held Items in Moving Boats
Why the Mod Matters
Long voyages across rivers and oceans have always been a staple of Minecraft exploration. In the vanilla client, the moment you climb into a boat the item in your hand disappears from view, which can break immersion for content creators, role‑players, and anyone who likes a clean visual narrative. This client‑side add‑on restores that missing visual cue without altering any server‑side logic, so you get the look you want while the game mechanics stay untouched.
Core Features
- Toggleable hand rendering – Enable or disable the display of both main‑hand and off‑hand items while the boat is in motion, giving you a minimalist or fully detailed view.
- Custom item whitelist – Define exactly which items appear in the boat. Add identifiers such as
minecraft:compassorminecraft:cooked_salmonto keep the screen clutter‑free. - Seamless config integration – Works out of the box with Cloth Config and Mod Menu, letting you adjust settings through a friendly GUI instead of editing raw files.
Installation Requirements
The add‑on targets the Fabric ecosystem and runs on recent Minecraft releases such as 1.19 and 1.20. You will need the Fabric loader, Fabric API, and the mandatory Cloth Config API (already bundled in many modpacks). Mod Menu is optional but recommended for the convenient “Configure” button. Because the mod is purely client‑side, there is no need to place it on a dedicated server; installing it on your own game instance is sufficient.
Configuration Walkthrough
Editing the TOML file
- Locate
minecraft/config/boatiview/client.toml. - Set
showHandsInMovingBoat = trueto activate hand rendering. - Add desired item IDs to the
itemsToShowInMovingBoatlist, using the namespace format (e.g.,minecraft:carrot). - Save the file and relaunch the game.
Using Mod Menu
If Mod Menu is present, open the mods screen, find the entry, and click the gear icon. The same two options appear as toggles and a text field for the whitelist. Changes apply instantly after you press the save button in the GUI.
For those searching how to install the add‑on, the steps above cover both manual and GUI‑driven methods. Many players also prefer to download Boat Item View: Show Held Items in Moving Boats through a curated launcher like foxygame.net, which bundles the required dependencies automatically.
Pack Integration and Licensing
The project is released under GNU LGPL v3. You may include it in personal or non‑commercial public modpacks provided you credit the author and link to the official distribution page. Commercial packs that redistribute the file should contact the creator for permission. Re‑hosting the mod on third‑party sites for profit is explicitly prohibited.
Final Thoughts
Boat Item View: Show Held Items in Moving Boats for Minecraft is a lightweight, focused tweak that solves a single visual annoyance without side effects. Its configuration is trivial, its dependency footprint minimal, and the visual payoff is immediate — whether you are filming a cinematic river chase, navigating a role‑play scenario, or simply want to see your map while fishing from a drifting vessel. If you run a Fabric‑based setup and appreciate clean, configurable client enhancements, this add‑on deserves a spot in your load order.