MAKER · JAVA + BEDROCK

Forge a custom tool with your name on it

Not a renamed diamond pickaxe — a genuinely new tool id with its own procedurally-drawn icon, the durability you chose, and a crafting recipe. Ships as a one-tap Bedrock add-on, or as a compile-ready Fabric project if you ask for a .jar.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A CUSTOM PICKAXE CALLED STAR DIGGER THAT MINES F

Star Digger · Bedrock add-on · 12 files

It does this: a BRAND-NEW item "Star Digger" (mma:star_digger) with its own galaxy-themed icon — a pickaxe with +5 attack damage and 750 durability. Craft it from amethyst shard + ender eye, and you get one free on first join.

README.txt
behavior_pack/items/star_digger.json
behavior_pack/manifest.json
behavior_pack/recipes/star_digger.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 pickaxe called Star Digger that mines fast" — name, stats and theme are parsed.
  2. 2Import the .mcaddon (Bedrock), or add "as a fabric jar mod" to get Java source you can compile.
  3. 3You get one on first join; craft more with its recipe.

Questions people ask

Is it a real new tool?

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

Can I set its durability?

Yes — name a durability in the prompt and it's applied to the item.

Java too?

Add "as a fabric jar mod" and you get a compile-ready Fabric project instead of a Bedrock pack.

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.