MAKER · JAVA

Make the elytra craftable

"craft an elytra from phantom membranes and diamonds" produces a working datapack recipe: your ingredients arranged in a sensible grid, the recipe-book unlock included, correct format for the version you pick.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “CRAFT AN ELYTRA FROM PHANTOM MEMBRANES AND DIAMO

Elytra From Phantom Membranes · Java datapack · 4 files

It does this: new crafting recipe for elytra.

README.txt
data/elytra_from_phantom_membranes/recipe/craft_elytra.json
pack.mcmeta
… 1 more

Start it: /reload

How it works

  1. 1Describe it: "craft an elytra from phantom membranes and diamonds" — the ingredient list shapes the crafting grid.
  2. 2Drop the datapack into your world and /reload.
  3. 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.