Skip to content

Multiloader template for Minecraft mods!

License

Notifications You must be signed in to change notification settings

Crystal-Nest/cobweb-mod-template

Repository files navigation

Cobweb Mod Template banner


Minecraft1.20.4Separator1.20.2Separator1.20.1Separator1.19.4Separator1.19.2Separator1.18.2

LoaderNeoForgeSeparatorForgeSeparatorFabric

Overlay

IssuesGitHub


Description

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.

Setup completion

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.
  • Run the task common > Tasks > vanilla gradle > decompile
  • Run the task forge > Tasks > forgegradle runs > genIntellijRuns

Removing Platforms and Loaders

While this template includes support for Fabric, Forge, 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.

License and right of use

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.

Support us

Crystal Nest WebsiteDiscordPatreonKo-fiOur other projectsModrinthCurseForge

Bisect Hosting