Skip to content

iLexiconn/LLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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