📗 DESCRIPTION
A cursed and simple modding library used in my mods to make codes look polished and smaller. Only for me I guess? or if you can understand you can use it for sure! Ah, another thing... i used mojamps (Official Mojang Mappings) to make it.
📜 HOW TO USE?
In the build.gradle
file:
repositories {
// ...
maven {
url = "https://api.modrinth.com/maven"
}
}
Check versions to get the correct version.
dependencies {
modImplementation "maven.modrinth:princ:version"
}