Minecraft Addon Generator
overview
This page is a generator for creating add-on templates for Minecraft (Bedrock Edition). Enter the name and description of the add-on, as well as any other required information, in the fields above, and click “Download” to download the add-on file (zip or mcaddon).
The files downloaded here are a set of dependent behavior packs (BP) and resource packs (RP), each accompanied by a manifest.json and pack_icon.png. They contain the minimum files required to make up an add-on and are designed to work independently.

How to use
For a detailed explanation of how to use this generator, please watch the video below (English subtitles are available.):
Below we explain the general usage (using it as a template for add-ons).
First, enter the required information into the generator above and click “Download” to download the zip file. Save this file in a convenient location. You should be able to see that it contains “○○_BP” (behavior pack) and “○○_RP” (resource pack).
Next, open the Minecraft add-on folder (com.mojang), which is located in “C:\Users(username)\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang” (AppData is a hidden file).
Next, find development_behavior_packs in com.mojang. This is where you will place the behavior pack folder. Drag and copy the “○○_BP” from the zip file you just downloaded into development_behavior_packs. This completes the definition of the behavior pack.
Similarly, find development_resource_packs, which defines the resource pack, and drag and copy “○○_RP” into it. This will define the resource pack.
Now you’re done. Run Minecraft and check if you have this addon:

If it looks like this, you’ve succeeded. All you have to do is edit it. For more information on how to create your own original items, please see here:
You can use the following generator to create just the “manifest.json” file, which is required to describe the add-on’s specifications. Please note that this site automatically creates the entire add-on:
zip file
If you select zip as the “Download format”, the downloaded file will naturally be in zip format. This is a well-known compressed format, and both the behavior pack and the resource pack will be included inside. This is the best format for editing add-ons, and is generally used.
Mcaddon files
Alternatively, you can select the mcaddon file. This is also a compressed format, but has the advantage that you can import it directly into Minecraft by double-clicking it. It is not generally intended for editing (it is not suitable for opening the contents), so it is probably only used for limited purposes such as verifying execution.
ScriptAPI compatible version
Checking the “Use ScriptAPI” checkbox will output an add-on that supports ScriptAPI. Specifically, the behavior pack’s manifest.json will specify its dependency on ScriptAPI, and a JS file will be added to the BP’s scripts folder. Please make use of this as well.
others
Add-ons created with this generator are free to use as templates. There is no need to contact us regarding modifications, distribution, commercial use, etc. If you do not set a pack icon, pack_icon.png will be displayed by default, but this illustration is in the public domain (CC0). Please feel free to use this as well.
If you like this generator, please tell your friends or share it on social media. It will be a great encouragement for future development. If you share it with the hashtag “#AddonCrafter”, I might be able to find it.