MAKER · JAVA + BEDROCK

Forge a custom sword that's truly yours

Not a renamed diamond sword — a brand-new item id with its own procedurally-drawn icon, stats you chose, a crafting recipe and on-hit powers like lightning, frost or lifesteal. Ships as a one-tap Bedrock .mcaddon, or as a compile-ready Fabric mod project if you ask for a .jar.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A CUSTOM SWORD CALLED FROSTMOURNE THAT DOES 12 D

Frostmourne · Bedrock add-on · 12 files

It does this: a BRAND-NEW item "Frostmourne" (mma:frostmourne) with its own ice-themed icon — a sword with +12 attack damage and 750 durability — on hit: slowness. Craft it from packed ice + diamond, and you get one free on first join.

README.txt
behavior_pack/items/frostmourne.json
behavior_pack/manifest.json
behavior_pack/recipes/frostmourne.json
behavior_pack/scripts/main.js
resource_pack/manifest.json
resource_pack/texts/en_US.lang
resource_pack/texts/languages.json
resource_pack/textures/item_texture.json
… 3 more

Start it: activate it on your world and join — the pack announces ✔ Loaded!

How it works

  1. 1Describe it: "a custom sword called Frostmourne that does 12 damage and freezes enemies" — name, damage, durability and powers are parsed.
  2. 2Import the .mcaddon with one tap (Bedrock), or add "as a fabric jar mod" to get real Java source you can compile.
  3. 3You receive one on first join; craft more with its recipe. On-hit powers fire automatically.

Questions people ask

Is it really a new item, not a retexture?

Yes — a new item id (with its own definition, icon and recipe) on Bedrock, or a registered Java item in the Fabric source project.

What powers can it have?

Fire, frost/slowness, poison, wither, lightning, launch/knockback and more — combined freely, with per-player cooldowns.

Can I publish it?

The Fabric project is MIT-licensed and includes a PUBLISHING guide for listing your built .jar on CurseForge or Modrinth — where downloads can earn you creator rewards.

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.