https://github.com/iLexiconn/LLibrary
The lightweight Minecraft modding library.
https://github.com/iLexiconn/LLibrary
gradle java minecraft
Last synced: 9 months ago
JSON representation
The lightweight Minecraft modding library.
- Host: GitHub
- URL: https://github.com/iLexiconn/LLibrary
- Owner: iLexiconn
- License: lgpl-2.1
- Created: 2016-03-19T10:50:44.000Z (almost 10 years ago)
- Default Branch: 1.11.2
- Last Pushed: 2022-10-29T21:52:01.000Z (over 3 years ago)
- Last Synced: 2024-11-19T22:41:46.922Z (about 1 year ago)
- Topics: gradle, java, minecraft
- Language: Java
- Homepage: https://github.com/iLexiconn/LLibrary/wiki
- Size: 1.15 MB
- Stars: 52
- Watchers: 5
- Forks: 31
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[
](https://github.com/iLexiconn/LLibrary)
==========
The lightweight Minecraft modding library. [
](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://github.com/iLexiconn) | [@gegy1000](https://github.com/gegy1000) | [@pau101](https://github.com/pau101) | [@BobMowzie](https://github.com/BobMowzie)
|||
|:--------:|:--------:|:--------:|
| [@FiskFille](https://github.com/FiskFille) | [@TheCyberBrick](https://github.com/TheCyberBrick) | [@Glenn_AA](https://twitter.com/Glenn_AA)