Multiloader skeleton for Minecraft mods!
Built on Jared's MultiLoaderTemplate, with the addition of:
- Tasks to publish on Maven, GitHub, Modrinth, and CurseForge.
- Cobweb API dependency.
- A little bit more Javadoc.
- Code style changes.
Note: the intended use of this template is to create a repository from it, and then update each branch with the content built by our official generator.
To complete the setup:
- Change the Support us section and the banner link.
- Add your project CurseForge ID in the
gradle.properties
. - Check out the configuration example.
- Update the changelog with proper release notes.
While this template includes support for Fabric and NeoForge, you can easily remove support for the ones you don't need.
This can be done by deleting the subproject folder and then removing it from the associated include
in the settings.gradle
file, along with deleting the related gradle properties.
The same thing applies for the different publishing platforms, Maven, GitHub, Modrinth, and CurseForge.
To remove support for the ones you don't need just remove the section and properties regarding them.
Feel free to use this mod template for any mod, just be sure to give credit and possibly link here.
This project is published under the GNU General Public License v3.0.