Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last month
Updated last month
Unilib
The Universal Library
The Universal Library aka Unilib aims to replicate aspects of the development tools on the forge mod loader and API. If you have a feature that you would like to see added, make a pull request and i'll look it over.
I will not be supporting versions below 1.20.1, if you want to make a port yourself, I will fully allow it, and you can ask for it to be published here if you wish. But just know any support for older versions will not come from me.
To add Unilib to your mod add this statement in the dependencies of your build.gradle file:
"implementation 'com.github.capozi-devv:Unilib:<tag>'
Should look like:
For 1.20.1:
dependencies {
implementation 'com.github.capozi-devv:Unilib:v0.0.6alpha'
}
For 1.21.1:
Not Supported Yet
For 1.21.4:
Not Supported Yet