MAKER · JAVA
Make the saddle craftable
"craft a saddle from leather and iron" produces a working datapack recipe: your ingredients arranged in a sensible grid, the recipe-book unlock included, correct format for the version you pick.
TRY A PROMPT — ONE CLICK TO THE GENERATOR
WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “CRAFT A SADDLE FROM LEATHER AND IRON”
Saddle From Leather Iron · Java datapack · 4 files
It does this: new crafting recipe for saddle.
README.txt data/saddle_from_leather_iron/recipe/craft_saddle.json pack.mcmeta … 1 more
Start it: /reload
How it works
- 1Describe it: "craft a saddle from leather and iron" — the ingredient list shapes the crafting grid.
- 2Drop the datapack into your world and /reload.
- 3Craft it: the recipe appears in the recipe book once you hold an ingredient.
Questions people ask
Why isn't it craftable in vanilla?
Mojang ships some items loot-only. A datapack recipe is the clean, server-safe way to change that — no mods, and it uninstalls by deleting one file.
Can I choose the ingredients?
Yes — whatever you name in the sentence becomes the recipe. Two ingredients make a 2×2-ish shape, more fill a 3×3.
Does it show in the recipe book?
Yes — the pack includes the unlock advancement, so the recipe pops up as soon as you pick up an ingredient.
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.