Carry On mod for Minecraft
Go to file
2021-06-12 03:52:27 +02: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
logs . 2021-02-17 00:49:01 +01:00
src/main fixed crash 2021-06-05 23:09:18 +02:00
.gitignore Readded Obfuscate and Gamestage support, fixed several bugs 2021-02-15 17:21:46 +01:00
build.gradle Updated to official mappings, enhanced entity rendering 2021-06-05 21:37:19 +02:00
gradle.properties fixed crash 2021-06-05 23:09:18 +02: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 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.