Guides / Minecraft Bedrock addon maker
Minecraft Bedrock addon maker
Bedrock addons can change almost anything in Minecraft, and they are also a wall of JSON. Behavior packs, resource packs, component lists, manifests, and a folder structure that breaks if one bracket is out of place. Most players quit before their custom mob ever spawns.
An AI Bedrock addon maker writes those files for you. You describe the addon, the AI generates the behavior and resource packs, validates them so they actually load, and puts the addon on a test server. This guide shows how to make a Bedrock addon with no JSON.
Addons vs mods, quickly
Addons are the Bedrock way to change the game. They use JSON behavior and resource packs instead of Java code, and they run on phones, consoles, and Windows. If you play Bedrock Edition, you want an addon. If you play Java Edition, you want a mod.
The same AI Minecraft mod maker builds both. The flow is the same idea: describe it, let the AI build it, test it live.
How the addon maker works
Describe the addon. For a custom mob, say what it looks like, what it drops, and how it behaves. For an item, say what it does and how you get it. The AI generates the behavior pack and resource pack, sets up the manifest, and validates the files so the pack loads instead of failing silently.
It then loads the addon onto a test server. Join and check it in game. Want the mob faster or the drop rate higher? Say so and the AI edits the components and rebuilds. No digging through entity files.
What you can build
Common Bedrock addon ideas the maker handles well:
- Custom mobs with their own model, drops, and behavior.
- New items, food, and tools with custom effects.
- Custom blocks with recipes.
- Gameplay tweaks, like changing how a vanilla mob spawns or what it drops.
- Resource-only packs for new textures and sounds.
Play it with your friends
An addon is more fun when the whole group has it. Spin up a free server, load the addon, and send your friends the link. Geyser support means Bedrock and Java players can join the same world, so nobody gets left out. If your group is on Java, the plugin generator covers server-side features too.
FAQ
Can I make a Bedrock addon without writing JSON?
Yes. The maker generates the behavior pack, resource pack, and manifest from your description. You never edit JSON unless you want to.
Will my addon work on phone and console?
Bedrock addons run on phone, console, and Windows. Test it on a server and share it with friends on any device.
What is the difference between an addon and a mod?
Addons change Bedrock Edition through behavior and resource packs. Mods change Java Edition through code. The maker builds both from a plain-English description.
Is the Bedrock addon maker free to start?
Yes. Making addons is unlimited and free. Downloading the finished .mcaddon costs 150 credits, and your first download is free when you join our Discord.
Ready to build yours?
Make a mod for free