MAKER · BEDROCK

Invent a block Minecraft doesn't have

Describe the block — glowing, slippery, unbreakable, flammable — and the engine mints a genuinely new Bedrock block id with a procedurally-drawn texture, real components (light emission, friction, mining speed, blast resistance) and a 2×2 recipe so it's obtainable in survival.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A CUSTOM BLOCK CALLED CLOUD STONE THAT GLOWS

Cloud Stone · Bedrock add-on · 12 files

It does this: a BRAND-NEW block "Cloud Stone" (mma:cloud_stone) with its own vibrant-themed texture — glows at light 13. Craft 4 from stone + diamond, and you get 16 free on first join.

README.txt
behavior_pack/blocks/cloud_stone.json
behavior_pack/manifest.json
behavior_pack/recipes/cloud_stone.json
behavior_pack/scripts/main.js
resource_pack/manifest.json
resource_pack/texts/en_US.lang
resource_pack/texts/languages.json
resource_pack/textures/blocks/mma_cloud_stone.png
… 3 more

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

How it works

  1. 1Describe it: "a custom block called Cloud Stone that glows" — traits like glow, slippery, sticky, blast-proof are parsed into real components.
  2. 2Import the .mcaddon with one tap on any Bedrock device.
  3. 3You get 16 on first join; craft more from the recipe and build with them anywhere.

Questions people ask

Why Bedrock only?

Java can't add new block ids without a compiled mod. For Java, use the custom sword / Fabric path — or a datapack maker for gameplay changes.

Does it have a real texture?

Yes — the texture is generated to match your description's theme (stone-like, ore-like, planks-like) and packaged with the block.

Will it survive updates?

It targets the current stable Bedrock script/format versions and is runtime-tested by CI on a real Bedrock server.

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.