build.gradle
Modify your build.gradle file to setup you mod.
Setup your build.gradle
build.gradleAdd the maven to your repositories
maven { url "https://api.modrinth.com/maven" }Once you have added that you will add the mod implementation to the dependencies
modImplementation("maven.modrinth:xdlib:${project.xdlib_version}")Last updated