▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/More BBBoatHud
More BBBoatHud

More BBBoatHud

Addon for the mod BBBoatHud.

Оцените первым
77
1

More BBBoatHud

!Downloads !Release

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

VariableDescription
pressingSpaceSpace/jump key is held
pressingLeftClickLeft click/attack key is held
pressingRightClickRight click/use key is held
touchingBlockThe boat is colliding with a block horizontally (wall impact; the ground never triggers it)
touchingEntityThe boat is touching a collidable entity

Functions

FunctionReturnsDescription
print(message)Prints a message to chat
getWidth("path")numberWidth of a texture in pixels (0 if missing)
getHeight("path")numberHeight 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_pipe when the boat collides with a block and vineboom when it touches an entity (edge-triggered, so it plays once per collision). Block detection uses the boat's horizontalCollision, so the ground never triggers it

How to configure

Use /bb_boat_hud to open the web configuration interface, then:

  1. Go to the Add Modules tab
  2. Browse to the morebbboathud namespace
  3. Switch to Active Modules to adjust position, scale, rotation, and anchor

License

GNU General Public License v3.0

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:2 месяца назад
Обновлён:2 недели назад
Главная