Shengaero / LLibrary

The lightweight Minecraft modding library.

Home Page:https://github.com/iLexiconn/LLibrary/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLibrary

==========

The lightweight Minecraft modding library. LLibrary

Quickstart

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"
}

Compiling from source

  1. Make sure you've got the Java Development Kit version 8 or higher installed.
  2. 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.

Contributors

iLexiconn gegy1000 pau101 BobMowzie
@iLexiconn @gegy1000 @pau101 @BobMowzie
FiskFille TheCyberBrick JamiesWhiteShirt
@FiskFille @TheCyberBrick @Glenn_AA

About

The lightweight Minecraft modding library.

https://github.com/iLexiconn/LLibrary/wiki

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%