Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iLexiconn/LLibrary

The lightweight Minecraft modding library.
https://github.com/iLexiconn/LLibrary

gradle java minecraft

Last synced: about 1 month ago
JSON representation

The lightweight Minecraft modding library.

Awesome Lists containing this project

README

        

[LLibrary](https://github.com/iLexiconn/LLibrary)

==========

The lightweight Minecraft modding library. [LLibrary](http://minecraft.curseforge.com/projects/llibrary)

Quickstart
==========
To use this library, all you have to do is adding it as dependency in the Gradle build script.
```gradle
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](https://avatars0.githubusercontent.com/u/5201999?v=3&s=200)|![gegy1000](https://avatars0.githubusercontent.com/u/5172118?v=3&s=200)|![pau101](https://avatars0.githubusercontent.com/u/5201207?v=3&s=200)|![BobMowzie](https://avatars0.githubusercontent.com/u/7550579?v=3&s=200)
|:--------:|:--------:|:--------:|:--------:|
| [@iLexiconn](https://github.com/iLexiconn) | [@gegy1000](https://github.com/gegy1000) | [@pau101](https://github.com/pau101) | [@BobMowzie](https://github.com/BobMowzie)

|![FiskFille](https://avatars0.githubusercontent.com/u/10811084?v=3&s=200)|![TheCyberBrick](https://avatars0.githubusercontent.com/u/2338519?v=3&s=200)|![JamiesWhiteShirt](https://pbs.twimg.com/profile_images/468367942388699136/QTUVhT2k.jpeg)
|:--------:|:--------:|:--------:|
| [@FiskFille](https://github.com/FiskFille) | [@TheCyberBrick](https://github.com/TheCyberBrick) | [@Glenn_AA](https://twitter.com/Glenn_AA)