Loading

Build Bedrock addons without starting from zero.

The beginner-friendly alternative for Minecraft creators.

Pack Setup

Only a few clicks and your mod is ready for the game.

Command Editor

One of the first fully functional, up-to-date command editors for Bedrock edition.

Easy Cloud Saving

Keeping your code safe is easy. Just click the button and done.

A Friendlier Way to Mod

Looking for an alternative to massive, complex modding tools like bridge.? You shouldn't need a computer science degree to make a custom sword or a new mob.

mcbCode Editor Preview

Skip the Boring Stuff

Setting up your addon's basic files is usually a chore. Just state the name of your pack, and mcbC handles the rest.

{ "format_version": 2, "header": { "name": "My Awesome Addon", "description": "Made super easily with mcbCode", "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6", "version": [1, 0, 0] } }

Pixel Art Editor

Textures, ever heard of them? No need to open up a separate drawing app. Design and export your pixel art directly within mcbC, perfectly sized and ready for the game.

Pixel Art Tool Preview

Write Commands Faster

No more back and forth importing and exporting. The script editor color-codes your commands and targets, so you can clearly see what's happening and catch typos immediately.

execute as @a at @s run particle minecraft:basic_smoke_particle ~ ~1 ~ give @s diamond_sword 1 0 {"minecraft:item_lock": {"mode": "lock_in_slot"}} playsound random.levelup @s ~ ~ ~