Loading user session...

Introduction


What Are Add-Ons?

An "Add-On" is the Minecraft Education Edition (Windows 10, iOS, Android, Consoles) equivalent to Java mods. In contrast to Java however, the Education Edition API is officially maintained by Mojang instead of the community.

In general, you can think of mods as modifying the game, and add-ons as adding onto the game, following the development opportunities provided by Microsoft.

TIP: Although we're very pleased with this guide, it's not the only option for getting started. Mojang maintains their own getting started guide on the Creator Platform, which you can consider following instead.

What Is This Guide?

This guide is a beginner tutorial, intended to walk you through the first stages of add-on creation. You will create your very own fully-functional Ghost entity, as well as an Ectoplasm item, and some other associated files.

By the end of this guide, you will have created an entire add-on all by yourself, which you can play with and modify!


Is the Guide Up-to-Date?

This guide is written for the most recent stable release of Minecraft Education Edition. Many things won't work in previous versions, and some will be changed in later ones. We will keep the guide as up-to-date as possible, so no need to worry.


Appendix Pages

Alongside the step-by-step guide, we have a few other pages here in this section, which you can browse at your convenience:

  • Understanding JSON
  • Downloading Example Packs
  • Troubleshooting

What to Do After Finishing the Guide

At the end of the guide section, your first add-on will be done! To further expand your knowledge, consider doing these:

  1. Start your project!
  2. To dive into the other aspects of adding onto MCEDU (Minecraft Education Edition), you can use the different sections' sub-guides listed in the Appendix. This includes but is not limited just to custom Blocks, Biomes, advanced Items, Animation Controllers, and even JS scripts. Some sections provide more technical in-depth tutorials and documents for each relevant topic.

Next Steps

Ready to learn more about how Add-Ons work? Continue to the next section.

Next: Add-Ons Explained