MAKER · BEDROCK

Add a drivable jet ski to Minecraft

"A fast jet ski i can drive" generates a complete Bedrock entity: seat, WASD ground steering (the same mechanic pigs and striders use, so it works on every device), speed tuned for a vehicle, and a spawn egg to place it. No behavior-pack editing, no broken JSON — the engine only writes validated components.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A FAST JET SKI I CAN DRIVE

Jet Ski · Bedrock add-on · 16 files

It does this: a Bedrock add-on and 1 generated texture (mob).

README.txt
behavior_pack/entities/jet_ski.json
behavior_pack/loot_tables/entities/jet_ski.json
behavior_pack/manifest.json
behavior_pack/spawn_rules/jet_ski.json
resource_pack/animation_controllers/jet_ski.ac.json
resource_pack/animations/jet_ski.animation.json
resource_pack/entity/jet_ski.entity.json
resource_pack/manifest.json
… 7 more

Start it: /reload

How it works

  1. 1Describe it: "a fast jet ski i can drive".
  2. 2Import the .mcaddon with one tap and activate it on your world.
  3. 3Use the Jet Ski spawn egg from the creative inventory, hop on, and drive with your normal controls.

Questions people ask

How does steering work?

The entity uses Bedrock's native input_ground_controlled component — the same one striders use — so WASD / joystick steering works on every platform with no scripts and no saddle.

Does it need Experiments turned on?

No. Everything the pack uses is stable Bedrock components, so it runs on a plain world.

Can I change how it looks?

The body texture is procedurally drawn per name — generate "a red racing jet ski" style variations, or re-forge with a different name for different art.

Why it never breaks

No language model writes these files. Deterministic engines parse your description into validated parameters and emit game files that are correct by construction — then CI boots real Paper and Bedrock servers weekly to prove packs still load on current Minecraft. Read the full story on the comparison page or in the docs.