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

521 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.linear:linear-MCVERSION:MODVERSION" 
}

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