MAKER · JAVA

Generate a datapack from a sentence

The general-purpose maker: block-drop overrides ("logs drop diamonds"), world rules ("keep inventory and always day"), custom biomes and dimensions, RPG scoreboard systems — described in plain English, generated with the exact pack format your version needs.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “MAKE LOGS DROP DIAMONDS

Logs Diamonds · Java datapack · 11 files

It does this: breaking 8 block types now drops diamond.

README.txt
data/minecraft/loot_table/blocks/acacia_log.json
data/minecraft/loot_table/blocks/birch_log.json
data/minecraft/loot_table/blocks/cherry_log.json
data/minecraft/loot_table/blocks/dark_oak_log.json
data/minecraft/loot_table/blocks/jungle_log.json
data/minecraft/loot_table/blocks/mangrove_log.json
data/minecraft/loot_table/blocks/oak_log.json
data/minecraft/loot_table/blocks/spruce_log.json
… 2 more

Start it: /reload

How it works

  1. 1Describe the gameplay change: drops, rules, a dimension, an RPG system — or several at once.
  2. 2Pick your Minecraft version — the pack format (including 26.x changes like renamed gamerules) is handled for you.
  3. 3Drop the zip into your world's datapacks folder and /reload.

Questions people ask

How is this different from datapack generators online?

It parses free-form English (not form fields), covers many pack types in one place, and its output is runtime-tested by CI on a real Paper server every week.

Do old prompts break on new Minecraft versions?

No — the version registry updates itself from Mojang's manifest, and version-specific syntax (like 26.x's renamed gamerules) is translated automatically.

Can I combine multiple ideas?

Yes — "keep inventory and always day and also a parkour course" builds both and merges them into one download.

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.