Princ has been archived. Princ will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.21–1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
📗 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"
}