Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mjrlegends/mjrlegendslib

A library of general code for my other mods
https://github.com/mjrlegends/mjrlegendslib

forge forge-mod minecraft minecraft-forge minecraft-forge-mod minecraft-mod

Last synced: 4 days ago
JSON representation

A library of general code for my other mods

Awesome Lists containing this project

README

        

[![](http://cf.way2muchnoise.eu/full_mjrlegendslib_downloads.svg)](https://minecraft.curseforge.com/projects/mjrlegendslib) [![](http://cf.way2muchnoise.eu/versions/Minecraft_mjrlegendslib_all.svg)](https://minecraft.curseforge.com/projects/mjrlegendslib)

# MJRLegendsLib
A library of generic code for my other mods

If you are using [Gradle](https://gradle.org) to manage your dependencies, add the following into your `build.gradle` file. Make sure to replace the version with the correct one. You can find list of versions [here](https://maven.mjrlegends.com/com/mjr/mjrlegendslib/MJRLegendsLib/).
```
repositories {
maven {
name 'MJRLegends'
url = "https://maven.mjrlegends.com/"
}
}

dependencies {
deobfCompile "com.mjr.mjrlegendslib:MJRLegendsLib:VERSION:dev"
}
```

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. **For more information on the license see** https://tldrlegal.com/license/creative-commons-attribution-noncommercial-noderivs-(cc-nc-nd)#summary