MAKER · JAVA
Make blazes drop anything you want
Type what blazes should drop and get a working datapack that overrides the vanilla blaze loot table. It installs like any datapack, works in single-player and on servers, and the generator only ever writes validated item ids — so the file is correct by construction.
TRY A PROMPT — ONE CLICK TO THE GENERATOR
WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “MAKE BLAZES DROP DIAMONDS”
Blazes Diamonds · Java datapack · 4 files
It does this: killing blazes now drops diamond.
README.txt data/minecraft/loot_table/entities/blaze.json pack.mcmeta … 1 more
Start it: /reload
How it works
- 1Describe it: "make blazes drop diamonds" — you can list several items in one sentence.
- 2Download the datapack zip and drop it into your world's datapacks folder.
- 3Run /reload — from then on every blaze you kill uses your loot table.
Questions people ask
Does this replace the normal blaze drops?
Yes — the datapack overrides the vanilla loot table at data/minecraft/loot_table/entities/blaze.json, so your items replace the default drops. Remove the datapack to get vanilla behavior back.
Which versions does it support?
You pick the target Minecraft version and the pack is generated with the right pack_format. The version list updates itself when Mojang ships a new release.
Does it work on servers?
Yes — drop the same zip into the server world's datapacks folder and /reload. It's a plain datapack, so Paper, Spigot, Purpur and vanilla all load it.
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.