Boat Item View (Forge)

About the Modification
Boat Item View is a client-side Minecraft mod that allows the player to see the item held in their hand while riding in a boat. This functionality is not available in the standard version of the game.
Important note: Items displayed in the hand while the boat is moving cannot be used. The mod only handles visualization and does not change the vanilla server-side logic.
Main Features
- Enable and disable the display of hand items when sitting in a moving boat
- Configure the types of items to be displayed
- Compatibility with Configured mod for convenient settings
Installation
This mod works only on the client side. Do not install it on dedicated servers.
Dependencies
- Configured Mod (optional) - creates a graphical interface for configuration
Usage
Enabling the Mod
- Open the configuration file via minecraft/config/boatiview/client.toml or through the "Config" button in the mods menu if Configured Mod is installed
- Set the "showHandsInMovingBoat" parameter to True
- Hold an item in the main or offhand
Adding Items to the Display List
- Open the configuration file
- 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 through the Configured Mod interface
Video Demonstration
Screenshots
Configuration graphical interface created when Configured Mod is installed
Issues
Report any problems to the issue tracker, the link to which is located at the top of the page.
Credits
- Treblero - author of the original idea