Carry On mod for Minecraft
Go to file
2020-05-06 20:39:29 +02:00
docs issue template 2017-11-19 20:23:48 +01:00
gradle/wrapper Initial Push 2017-08-11 11:03:51 +02:00
src/main Please work now 2020-05-05 11:14:54 +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 SignJar oof 2020-05-05 10:42:01 +02:00
carryon-scripts Added Scripting 2017-09-21 22:23:06 +02:00
gradle.properties Added stuff to enable CI 2020-05-04 10:44:37 +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 SignJar oof 2020-05-05 10:42:01 +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.