An unofficial plugin for MCreator, a code generator to create Minecraft mods. This plugin adds the data lists for the new Minecraft version(s), procedure blocks, global triggers, AI tasks and advancement triggers, but it doesn't add the code. Each generator needs to add them.
This project is not official. It is not affiliated with the respective owners and maintainers of Forge, Fabric, Spigot, Minecraft, MCreator, or another API. Do not expect any official support from their communities.
- Make sure you use the latest MCreator 2020.4 version
- Back up your workspace before updating to a newer version of the plugin.
- We use this plugin for the Fabric and Spigot Generators
- Data lists for Minecraft 1.16.2
- New procedure blocks (Cloth Commons category)
- Create your generator (it's always better to have a generator ;))
- Go in the folder you want of this plugin, and check the name. Copy it
- Return in your generator, and create the code file (or the mappings) file
- Add the code or the mapping as normally, using the same names of the file.
- Install the plugin and you're done!
- Clone the repository
- Run
./gradlew build
to get the zip file inbuild/
, or run./gradlew install
to directly build and install the plugin to the mcreator plugin folder
Pre-built binaries can be found on the Release page of this repository. You can also find the plugin's page on MCreator here.
Install like any other plugin: Launch MCreator -> Open preferences -> Manage plugins -> Load Plugin -> Find your downloaded zip file -> Restart MCreator.
Lead Dev - Goldorion,
Contributors - BoogieMonster1O1
Icons of the 1.16 mappings are from the MCreator 1.16.x Datapack Generator of U1timateJ7, except the Piglin Brute spawn egg item.
Thanks to all of you helping in reporting bugs, testing or anything else.
The plugin's MCreator forum page is here.
Licensed under the GNU Lesser General Public License, version 3.0
- Mods created with this tool may be closed source and/or be distributed with a different license.
- Appropriate credit must be provided to the creators and maintainers of this software.
- Forked versions of this software must be distributed under the same license as this with attribution, if distributed.
- Changes must be stated if any modified works are to be distributed.
- Under no circumstances can you state that modified works are endorsed by the original creators.