Carry On mod for Minecraft
Go to file
2021-12-25 00:09:33 +01:00
docs issue template 2017-11-19 20:23:48 +01:00
gradle/wrapper Worked on 1.17 branch, still has block lighting bug 2021-12-21 09:37:00 +01:00
logs . 2021-02-17 00:49:01 +01:00
src/main fixed boats/minecarts 2021-12-25 00:09:33 +01:00
.gitignore Readded Obfuscate and Gamestage support, fixed several bugs 2021-02-15 17:21:46 +01:00
build.gradle Worked on 1.17 branch, still has block lighting bug 2021-12-21 09:37:00 +01:00
gradle.properties Fixed block lighting 2021-12-23 17:17:02 +01:00
gradlew Worked on 1.17 branch, still has block lighting bug 2021-12-21 09:37:00 +01:00
gradlew.bat Worked on 1.17 branch, still has block lighting bug 2021-12-21 09:37:00 +01:00
Jenkinsfile Future proof Jenkinsfile 2021-06-12 03:52:27 +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.