Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
More BBBoatHud
Adds pressingSpace, pressingLeftClick, and pressingRightClick to BBBoatHud that is required for this mod to work.
About
BBBoatHud exposes boat input states like pressingForward, pressingBack, pressingLeft, pressingRight to Lua modules, but doesn't track jump/attack/use inputs. This addon fills that gap.
Variables
| Variable |
|---|
pressingSpace |
pressingLeftClick |
pressingRightClick |
Functions
| Function | Returns | Description |
|---|---|---|
print(message) |
— | Prints a message to chat |
getWidth("path") |
number | Width of a texture in pixels (0 if missing) |
getHeight("path") |
number | Height of a texture in pixels (0 if missing) |
The print() function shows a blue underlined message in chat. Hover to see which module sent it.
Texture paths work the same as renderTexture — relative to textures/bb_boat_hud_modules/ in the module's namespace.
local w = getWidth("my_texture.png")
local h = getHeight("my_texture.png")
Included modules
After installing, go to the Add Modules tab in /bb_boat_hud and find the morebbboathud namespace:
- inputs — colored indicator blocks showing each key's pressed state
- inputs_text — simple text display with active/inactive coloring
Both modules render regardless of whether you're in a boat.
How to configure
Use /bb_boat_hud to open the web configuration interface, then:
- Go to the Add Modules tab
- Browse to the
morebbboathudnamespace - Click inputs or inputs_text to add it to your HUD
- Switch to Active Modules to adjust position, scale, rotation, and anchor
License
GNU General Public License v3.0


