Install the library
Let's use gradle!
To install and use MaxiLib with your mod, you need to add the following to your build.gradle file:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Max094Reikeb:MaxiLib:TAG'
}Do not put this in your buildscript section!
And that's all! You can now reload your Gradle project, and you can start modding using MaxiLib!
Last updated