==========
The lightweight Minecraft modding library.
To use this library, all you have to do is adding it as dependency in the Gradle build script.
repositories {
maven {
name = "ilexiconn"
url = "https://maven.mcmoddev.com"
}
}
dependencies {
compile "net.ilexiconn:llibrary:1.7.9-1.12.2:dev"
}
- Make sure you've got the Java Development Kit version 8 or higher installed.
- If you have Gradle installed, simply run 'gradle build'. If you DO NOT have Gradle installed, run 'gradlew.bat build' on windows systems, or './gradlew build' on OS X and Linux systems.
@iLexiconn | @gegy1000 | @pau101 | @BobMowzie |
@FiskFille | @TheCyberBrick | @Glenn_AA |