Skip to content

A library of general code for my other mods

Notifications You must be signed in to change notification settings

MJRLegends/MJRLegendsLib

Repository files navigation

MJRLegendsLib

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"
}

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

Releases

No releases published

Packages

No packages published

Languages