MAKER · JAVA
Make a Dropper map that actually flows
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 A PROMPT — ONE CLICK TO THE GENERATOR
WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A DROPPER WITH 2 LEVELS”
The Dropper · Java datapack · 13 files
It does this: a Java datapack with 8 functions (maps).
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
- 1Describe it: "a dropper with 3 levels" — tower count scales the challenge.
- 2Install the datapack in your world.
- 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.