A library of generic code for my other mods
If you are using Gradle 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.
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