Carry On mod for Minecraft
Go to file
2022-11-24 20:41:18 +01:00
docs issue template 2017-11-19 20:23:48 +01:00
gradle/wrapper updated to 1.19 2022-06-12 00:18:50 +02:00
logs . 2021-02-17 00:49:01 +01:00
src/main Updated to 1.19.2 2022-11-24 20:41:18 +01:00
.gitattributes Updated to 1.18 2021-12-23 22:59:20 +01:00
.gitignore Readded Obfuscate and Gamestage support, fixed several bugs 2021-02-15 17:21:46 +01:00
build.gradle updated to 1.19 2022-06-12 00:18:50 +02:00
gradle.properties Updated to 1.19.2 2022-11-24 20:41:18 +01:00
gradlew updated to 1.19 2022-06-12 00:18:50 +02:00
gradlew.bat Worked on 1.17 branch, still has block lighting bug 2021-12-21 09:37:00 +01:00
Jenkinsfile updated jenkinsfile 2021-12-23 23:10:17 +01: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
settings.gradle updated to 1.19 2022-06-12 00:18:50 +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.