This guide explains, in simple words, how to start making your own Minecraft stuff — like new skins, new blocks, or new mini-games. This is for Minecraft: Bedrock Edition (not Java Edition).
There are 6 steps. Do them in order. Don't rush — each one builds on the last.
Before you build anything, just play Minecraft a lot. Know how the game works — the blocks, the mobs, the crafting. This makes everything else way easier later.
You don't need to do anything extra here. Just keep playing!
You need two free programs on your computer:
| Tool | What it is | Where to get it |
|---|---|---|
| Minecraft: Bedrock Edition | The version of Minecraft that supports Add-Ons | You probably already have it |
| Visual Studio Code | A free app for writing and editing files | Download here |
Think of Visual Studio Code like a fancy version of Notepad, made for writing code.
You'll also need to find a folder on your computer called com.mojang. This is where Minecraft keeps your custom stuff. Instructions for finding it here.
An Add-On is just a mod — a way to change Minecraft. There are two kinds:
Resource Pack = changes how things look
Behavior Pack = changes how things act
Start here first: Getting Started with Add-On Development
This is the "coding" part. There are two levels — start with the easy one.
Commands are short instructions you type, like /summon zombie. You can use them straight in the game, or put them in a command block to make things happen automatically.
Scripting means writing real code (a language called TypeScript) to control the game in deeper ways. Only try this after commands feel easy.
Once the basics feel okay, follow a real, complete example project:
This walks you through building an actual mini-game, step by step, using everything from above.
If the real goal is to make money selling Add-Ons in the official Minecraft Marketplace, that's a bigger step. You can't just upload something yourself — you have to be accepted into the Minecraft Partner Program first.
What Microsoft looks for:
Two ways in:
The honest plan for your friend:
This is a real path, but it's a slow one built on practice, not a fast track. Steps 1–5 are what actually gets him there.
These are longer official roadmaps from Microsoft. Good to look at once the 5 steps above feel comfortable — not needed to get started.
| Word | Simple Meaning |
|---|---|
| Add-On | A mod for Minecraft |
| Resource Pack | Changes how things look |
| Behavior Pack | Changes how things act |
| Command | A short typed instruction, like /summon zombie |
| Scripting | Writing real code to control the game |
| JSON | The type of file used to describe Add-On content |
| com.mojang | The folder on your computer where Minecraft stores your custom stuff |
| Marketplace | The official store inside Minecraft where players buy Add-Ons |
| Partner Program | Microsoft's application process — you must be accepted before you can sell on the Marketplace |
| Publisher | A studio that helps creators get their Add-Ons onto the Marketplace |