Lib39 is a general-purpose dependency library for Minecraft mods.
Add the Maven repository in your build.gradle:
repositories {
maven {
name = "LTD Maven"
url = "https://nexus.bot.leisuretimedock.top/repository/maven-public/"
}
}
Import the dependency:
implementation 'top.r3944realms.lib39:lib39:${version}'
Version examples like 1.20.1-0.0.17:
implementation 'top.r3944realms.lib39:lib39:1.20.1-0.0.17'
After building, this mod can be found in the library with examples included.
Click "Download Source Code" in the right-hand window to view JavaDoc annotations.