MAKER · JAVA

Make a Dropper map that actually flows

Dropper Map Maker — example of what this maker builds
The arena this maker generates, drawn by our renderer from the pack's own geometry.

Get a chain of sealed dropper towers — each a free-fall through procedurally-placed obstacles with a water landing at the bottom. Land in the water to advance to the next tower; miss and you respawn on the ledge to try again.

Try it right here

Maps build on a paid plan — trying is free and costs you nothing.

Playable maps are part of Diamond Ore. Building one needs a plan — trying costs you nothing.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A DROPPER WITH 2 LEVELS

The Dropper · Java datapack · 13 files

It does this: The Dropper — sealed towers full of obstacles — survive the fall by landing in the water at the bottom to advance. Spawns you in a real lobby (basic kit). One command: /function the_dropper:play.

README.txt
data/minecraft/tags/function/load.json
data/minecraft/tags/function/tick.json
data/the_dropper/function/build.mcfunction
data/the_dropper/function/clear_1.mcfunction
data/the_dropper/function/clear_2.mcfunction
data/the_dropper/function/game_tick.mcfunction
data/the_dropper/function/load.mcfunction
data/the_dropper/function/play.mcfunction
… 4 more

Start it: /function the_dropper:build

How it works

  1. 1Describe it: "a dropper with 3 levels" — tower count scales the challenge.
  2. 2Install the datapack in your world.
  3. 3Run /function <name>:play to teleport to tower one and drop.

Questions people ask

How is difficulty controlled?

More levels = taller, denser towers. Obstacle layouts are seeded per map name, so a named map is a fair, repeatable challenge.

What if I hit an obstacle?

You respawn on the tower's start ledge instantly — no inventory loss, straight back into the drop.

Does it work in multiplayer?

Yes — each player progresses independently, so a group can race through the towers together.

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.