More BBBoatHud
No reviews yet
Addon for the mod BBBoatHud.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
More BBBoatHud
Adds pressingSpace, pressingLeftClick, pressingRightClick, touchingBlock, and touchingEntity 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, nor whether the boat is touching an entity. This addon fills that gap.
Variables
| Variable | Description |
|---|---|
pressingSpace |
Space/jump key is held |
pressingLeftClick |
Left click/attack key is held |
pressingRightClick |
Right click/use key is held |
touchingBlock |
The boat is colliding with a block horizontally (wall impact; the ground never triggers it) |
touchingEntity |
The boat is touching a collidable entity |
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:
- crash_sounds — plays
metal_pipewhen the boat collides with a block andvineboomwhen it touches an entity (edge-triggered, so it plays once per collision). Block detection uses the boat'shorizontalCollision, so the ground never triggers it
How to configure
Use /bb_boat_hud to open the web configuration interface, then:
- Go to the Add Modules tab
- Browse to the
morebbboathudnamespace - Switch to Active Modules to adjust position, scale, rotation, and anchor
License
GNU General Public License v3.0
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers