Skip to content

FPSP-Modpack/LLibrary

 
 

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 = "http://maven.ilexiconn.net"
    }
}

dependencies {
    compile "net.ilexiconn:llibrary:1.0.0-1.7.10: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 FiskFille TheCyberBrick
@iLexiconn @gegy1000 @pau101 @BobMowzie @FiskFille @TheCyberBrick

About

The lightweight Minecraft modding library.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%