Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 2.29 KB

File metadata and controls

36 lines (32 loc) · 2.29 KB

This Fabric mod project is a code refactoring of EricGilerson's BoatFly, as opposed to a simple build, and is dedicated to maintaining compatibility with Minecraft 1.21 and above.

Boat Fly

A simple client-side Fabric mod that allows you to pilot boats and fly freely through the air, with fully customisable speed. This mod may be considered a modification of game mechanics, and its use on non-anarchy servers (e.g., Hypixel) may result in an account ban. Please be sure to use it with a full understanding of the risks involved.

🚤 Features

  • Flight Toggle: Easily switch between normal boat mode and flight mode with a single keypress.
  • Speed Control: Adjust the boat's flight speed at any time whilst in flight.
  • Vertical Control: Use the jump key to ascend. When released, the boat will descend due to gravity.
  • Client-Side Only: This mod runs entirely on the client; no server installation is required. (Actual effectiveness may vary depending on the server's anti-cheat plugins).

⚙️ Controls & Settings

All keybinds can be changed in Minecraft's 'Controls' menu. keystroke Toggle Boat Flight: B (default) Increase Speed: I (default) Decrease Speed: O (default) Ascend: Spacebar (Jump Key)

Commands (Experimental)

Commad

  • /boatspeed <value>
  • Sets the boat's flight speed.
  • For example: /boatspeed 18.5 will set the speed to 18.5 blocks per second.

Visual Feedback

When you enable flight or adjust the speed, a corresponding notification message will appear in the chat. Text

🛠️ Installation Instructions

  1. Ensure you have Fabric Loader installed.
  2. Download Fabric API.
  3. Download the latest version of this mod.
  4. Place both the Fabric API .jar file and this mod's .jar file into your .minecraft/mods folder.
  5. Launch the game!