Guides / How to Make a Minecraft Addon Without Coding
How to Make a Minecraft Addon Without Coding
Minecraft Bedrock addons can change almost anything in the game, and they are also a wall of JSON. Behavior packs, resource packs, component lists, and a folder structure that breaks if one bracket is out of place. Most players give up before their custom mob ever spawns.
Orca writes those files for you. You describe the addon, Orca generates the behavior and resource packs, and you test it on a server right away. This guide shows how to make a Bedrock addon without writing any code.
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 work on phones, consoles, and Windows. If you play Bedrock Edition, you want an addon. If you play Java Edition, you want a mod.
Orca handles both. The flow below is the same idea: describe it, let the AI build it, test it live.
Step by step
Open the create page and 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.
Orca generates the behavior pack and resource pack, sets up the manifest, and validates the files so the pack actually loads instead of failing silently. It then puts the addon on a test server.
Join and check it in game. Want the mob to be faster or the drop rate higher? Say so and Orca edits the components and rebuilds. No digging through entity files.
What you can build
Common Bedrock addon ideas Orca 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.
Test it with your friends
An addon is more fun when your 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. See the pricing for what the free plan includes.
FAQ
Can I make a Bedrock addon without writing JSON?
Yes. Orca 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 an Orca server and share it with your 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. Orca builds both from a plain-English description.
Ready to build yours?
Make a mod for free