Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mjrlegends/mjrlegendslib
- Owner: MJRLegends
- Created: 2017-12-29T12:49:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T19:56:46.000Z (over 3 years ago)
- Last Synced: 2024-11-29T05:42:28.139Z (2 months ago)
- Topics: forge, forge-mod, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG AND FUTURE_PLANS.txt
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 modsIf 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"
}
```
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