Carry On mod for Minecraft
Go to file
2023-04-25 22:25:40 +02:00
docs issue template 2017-11-19 20:23:48 +01:00
gradle/wrapper Fixed bugs 2023-04-25 22:25:40 +02:00
src/main Fixed bugs 2023-04-25 22:25:40 +02:00
.gitignore Added stuff to enable CI 2020-05-04 10:44:37 +02:00
build.bat Added Model Override Config and Arm rotation 2017-08-12 14:01:28 +02:00
build.gradle Fixed bugs 2023-04-25 22:25:40 +02:00
carryon-scripts Added Scripting 2017-09-21 22:23:06 +02:00
gradle.properties Fixed bugs 2023-04-25 22:25:40 +02:00
gradlew initial 2017-09-11 18:00:39 -05:00
gradlew.bat Initial Push 2017-08-11 11:03:51 +02:00
Jenkinsfile updated jenkinsfile 2021-10-20 22:41:25 +02:00
LICENSE Create LICENSE 2018-02-16 07:42:54 +01:00
README.md http -> https 2020-05-06 16:35:38 +02:00
setup.bat Initial Push 2017-08-11 11:03:51 +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.