Boat Item View
See your held items when in a moving boat!
About
Boat Item View
<div style="text-align: center;"> <img src="https://i.imgur.com/6s5Kpa6.gif" alt="drawing" width="403" height="192"/> </a> </div> <div style="text-align: center;"> <img src="https://i.imgur.com/Ol1Tcf8.png" alt="drawing" width="250" height="192"/> </a> </div>About
The Boat Item View Mod is a client-side only Minecraft Mod that allows the player to see the item held in their hand while riding in a boat.
This is functionality is normally not possible in the base game.
Note: Any items being displayed in the hand when the boat is moving still cannot be used. This mod only deals with rendering, it does not change vanilla serverside logic.
Features
- Toggle the ability to render hand items when sitting in a moving boat.
- Define the type of items to be rendered when sitting in a moving boat.
- Compatibility with Cloth Config and ModMenu
Installation
This mod is client-side only. Do not install this on dedicated servers.
Dependencies
- <a href="https://modrinth.com/mod/fabric-api">Fabric API (Required)</a>
- Cloth Config API (Required, Preinstalled in this mod)
- <a href="https://modrinth.com/mod/modmenu">Mod Menu API (Optional, install if you like an Ingame Config GUI)</a>
Usage
Enabling this Mod
- Open the Configuration File. This can be done via minecraft/config/boatiview/client.toml or the Mods -> Boat Item View -> Configure Button if you have Mod Menu Installed.
- Set the Configuration Option "showHandsInMovingBoat" to True.
- Hold the item in the player's main hand or offhand.
- Usage with ModMenu Config GUI: https://streamable.com/m8n37z
Adding an item to the display list
- Open the Configuration File. This can be done via minecraft/config/boatiview/client.toml or the Mods -> Boat Item View -> Configure Button if you have Mod Menu Installed.
- Add a new entry to the "itemsToShowInMovingBoat" option. This entry is the namespaced id of an item. E.g. "minecraft:carrot"
- Click "Save" in the File Editor program if you have opened the client.toml file. If you are using Mod Menu, click the "Save and Quit" button.
- Usage in ModMenu Config GUI: https://streamable.com/n9vwwz
- Usage in TOML File: https://streamable.com/9f5z3v
Screenshots
The Config GUI that is generated when Mod Menu is installed alongside this mod.
<div style="text-align: center;"> <img src="https://i.imgur.com/2Mii7r4.png" alt="drawing" width="403" height="192"/> </a> </div>Issues
Please report any issues to the issue tracker linked at the top of this page.
Credits
<a href="https://www.twitch.tv/treblero">Treblero</a>, for the original idea
<div style="text-align: center;"> <img src="https://i.imgur.com/VMrDHZN.png" alt="drawing" width="403" height="192"/> </a> </div>Versions
# Version 0.0.8 ## Changes - **[All Mod Loaders]** Updated for Minecraft 1.21.11 - **[Fabric]** Moved config file name from the config folder to a dedicated "boatiview" folder. i.e. ".minecraft/config/client.toml" to ".minecraft/config/boatiview/client.toml" - **[Fabric]** Removed dependency on Fabric API. This means if you do not wish to use Mod Menu (which requires Fabric API) to access its config GUI, you can do so with a simpler setup. Without Mod Menu, changes made to the config after the game has launched will not be applied until the game is closed and restarted.
# Version 0.0.8 ## Changes - **[All Mod Loaders]** Updated for Minecraft 1.21.11 - **[Fabric]** Moved config file name from the config folder to a dedicated "boatiview" folder. i.e. ".minecraft/config/client.toml" to ".minecraft/config/boatiview/client.toml" - **[Fabric]** Removed dependency on Fabric API. This means if you do not wish to use Mod Menu (which requires Fabric API) to access its config GUI, you can do so with a simpler setup. Without Mod Menu, changes made to the config after the game has launched will not be applied until the game is closed and restarted.
# Version 0.0.8 ## Changes - **[All Mod Loaders]** Updated for Minecraft 1.21.11 - **[Fabric]** Moved config file name from the config folder to a dedicated "boatiview" folder. i.e. ".minecraft/config/client.toml" to ".minecraft/config/boatiview/client.toml" - **[Fabric]** Removed dependency on Fabric API. This means if you do not wish to use Mod Menu (which requires Fabric API) to access its config GUI, you can do so with a simpler setup. Without Mod Menu, changes made to the config after the game has launched will not be applied until the game is closed and restarted.