CarryOn/old
2022-10-03 13:43:38 +02:00
..
src/main Started work on rewrite, using Multiloader 2022-10-03 13:43:38 +02:00
build.gradle Started work on rewrite, using Multiloader 2022-10-03 13:43:38 +02:00
gradle.properties Started work on rewrite, using Multiloader 2022-10-03 13:43:38 +02:00
Jenkinsfile Started work on rewrite, using Multiloader 2022-10-03 13:43:38 +02:00
LICENSE Started work on rewrite, using Multiloader 2022-10-03 13:43:38 +02:00
README.md Started work on rewrite, using Multiloader 2022-10-03 13:43:38 +02:00
settings.gradle Started work on rewrite, using Multiloader 2022-10-03 13:43:38 +02:00

Carry On

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

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

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

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