Carry On mod for Minecraft
Go to file
2021-02-15 17:21:50 +01:00
docs issue template 2017-11-19 20:23:48 +01:00
gradle/wrapper Port to 1.16 2020-09-06 23:55:49 +02:00
src/main Merge remote-tracking branch 'origin/1.16' into 1.16 2021-02-15 17:21:50 +01:00
.gitignore Readded Obfuscate and Gamestage support, fixed several bugs 2021-02-15 17:21:46 +01:00
build.gradle Readded Obfuscate and Gamestage support, fixed several bugs 2021-02-15 17:21:46 +01:00
gradle.properties Readded Obfuscate and Gamestage support, fixed several bugs 2021-02-15 17:21:46 +01:00
gradlew Update to 1.13.2 2019-03-23 22:59:49 +01:00
gradlew.bat Update to 1.13.2 2019-03-23 22:59:49 +01:00
Jenkinsfile Updated to 1.15 2020-09-06 17:12:05 +02:00
LICENSE Create LICENSE 2018-02-16 07:42:54 +01:00
README.md Update README.md 2020-09-07 14:38:08 +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.