A library made for any mod made by the UnknownGroup.
It helps ease the pain that is finding tutorials on how to make itemGroups, items, and blocks.
If you are using this library, do the following:
In your build.gradle write:
// Under dependencies
dependencies {
modImplementation("xyz.theunknowngroup:dalib:{version}")
/* include("xyz.theunknowngroup:dalib:{version}") ; If you choose*/
}
// Under repositories
repositories {
maven {
url = 'https://theunknownmaven.github.io/maven/'
}
}You can use the tags on github to find the version that works with your mod.
/* For example: */
dependencies {
modImplementation("xyz.theunknowngroup:dalib:0.0.0+1.21.11+b.3")
/* include("xyz.theunknowngroup:dalib:0.0.0+1.21.11+b.3") ; If you choose*/
}Please go check out our other mod, Unknown Mod on Modrinth, Github, and Curseforge! If you so choose, go check out the patreon, or become a sponser here.