Setup
Fabric
gradle.properties
gradle.properties
Add the mod versions to gradle.properties
build.gradle
build.gradle
Add the maven to your repositories
Once you have added that you will add the mod implementations to the dependencies
fabric.mod.json
fabric.mod.json
Add the mod to your depends
Forge
gradle.properties
gradle.properties
Add the mod version to gradle.properties
build.gradle
build.gradle
Add the mod as a dependency from below
Once you have added that you will add the mod implementation to the dependencies
NeoForge
gradle.properties
gradle.properties
Add the mod version to gradle.properties
build.gradle
build.gradle
Add the mod as a dependency from below
Once you have added that you will add the mod implementation to the dependencies
Last updated