Within Minecraft, there are so many ways to be creative and build the worlds of your dreams. But when you want to extend Minecraft even further and introduce new mobs, items and other artifacts into your world, you’ll want to go to the next level of creation by building new Add-On packs that can transform Minecraft.
Never fear! With a growing set of tools and documentation – both on official Minecraft Creator sites and within communities like bedrock.dev – you’ll find a wide array of resources to help you get started.
When you want to deeply customize Minecraft through Add-Ons, you’ll typically start by creating and editing JSON files. JSON files are basically just text files which have a particular structure – with curly braces and quotes – to allow you to express and tweak various settings within Minecraft. They can be edited in any text editor tool, like Notepad. We’d recommend Visual Studio Code, which is a free editor that provides enhanced tools for editing JSON files. The first stop in your learning journey should probably be to download example Minecraft behavior and resource packs, open those sample pack folders in Visual Studio Code, and explore how your favorite mobs are built. Read creator tutorials for more information on how to get started building resource and behavior packs.
To better support exploration and the building of Add-Ons, we’re adding more reference technical documentation around Minecraft: Bedrock Edition Add-On packs over at https://docs.microsoft.com/minecraft/creator/. Here, you’ll see a range of topics from how to start building new Resource Packs up through building GameTests for scaffolding content and tests. A suite of entity references and item references are some of the newer additions to the site.
Share this story