/ArchLoom-Multiloader-Template

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Arch Loom Multiloader Template

This repo is used as a Template Repo. This repo already has all of our maven publishing info, Forge datagen, mixins and accesswideners so developers can start right away with there new project.
Our build script is entirely in Kotlin and using the latest Gradle 8.4

Multiproject

This branch makes possible to have multiple mod version or modules at the same time.

Inpired by MultiProject Template by sa-shiro

Using a Multiproject

  1. Copy one of the templates inside the modules folder and/or rename it;
  2. Inside modules/your-module/gradle.properties update the project_path property to the new path;
  3. Inside settings.gradle.kts include the new path to the module;
  4. Change the properties inside modules/your-module/gradle.properties to fit your mod;
  5. Start modding.