CarryOn/README.md
2020-05-05 13:51:37 +02:00

523 B

Carry On

To use CarryOn in your projects, include this in your build.gradle:

repositories {
	maven {
		url "http://maven.blamejared.com/"
	}
}

dependencies {
	deobfCompile "tschipp.carryon:carryon-MCVERSION:MODVERSION" 
}

Make sure to replace MCVERSION and MODVERSION with the appropriate versions.