

Unilib
The Universal Library System
Unilib is a library platform that replicates key functional capabilities of development tools from the Forge modloader and API. This project is open to feature proposals - if you have ideas for improvements, you can create a pull request for their consideration.
Important version note: The library does not support Minecraft versions below 1.20.1. The developer does not plan to add compatibility with older releases, but allows third-party developers to create ports for previous versions. In case of successful porting, publication on the platform is possible.
Integration into your project
To connect Unilib to your mod, add the following line to the dependencies section of the build.gradle file:
dependencies {
implementation 'com.github.capozi-devv:Unilib:v0.0.6alpha'
}
Currently the system supports the following versions:
- 1.20.1: fully functional
- 1.21.1: no support available
- 1.21.4: no support available