This tutorial assumes you are using Intellij(Highly Recommended)!
1. Download & install Intellij Community Edition:
- Name(ex. ExampleMod)
- Group ID Build System Properties -> Group ID(ex.
com.exampleORcom.github.yourusername) - Version Build System Properties -> Version(ex.
1.0.0OR1.0.0-alpha)
Add shieldlib_version to your gradle.properties. Find Latest full release
shieldlib_version=[VERSION] (ex. 2.0.0-1.21.8)repositories {
//other stuff here
maven {url = "https://api.modrinth.com/maven"}
}dependencies {
//other stuff here
modImplementation "maven.modrinth:shieldlib:${project.shieldlib_version}-neoforge"
}






