Skip to content

An MCreator plugin library adding data lists and new things for other plugins.

License

Notifications You must be signed in to change notification settings

ClothCreators/ClothCommons

ClothCommons

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.

Disclaimer

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.

Important Information

  • 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

Features

  • Data lists for Minecraft 1.16.2
  • New procedure blocks (Cloth Commons category)

How to use in your generator

  1. Create your generator (it's always better to have a generator ;))
  2. Go in the folder you want of this plugin, and check the name. Copy it
  3. Return in your generator, and create the code file (or the mappings) file
  4. Add the code or the mapping as normally, using the same names of the file.
  5. Install the plugin and you're done!

Building Instructions

  • Clone the repository
  • Run ./gradlew build to get the zip file in build/, or run ./gradlew install to directly build and install the plugin to the mcreator plugin folder

Installation Instructions

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.

Credits/License

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.