A dynamic recipe library to replace vanilla's.
repositories {
maven {
name = "Modrinth"
setUrl("https://api.modrinth.com/maven/")
content {
includeGroup("maven.modrinth")
}
}
}
Versions can be found on the modrinth page,
dependencies {
modApi("maven.modrinth:assemble:${assemble_version}")
}