Carry On mod for Minecraft
Go to file
2021-12-25 00:17:06 +01:00
docs issue template 2017-11-19 20:23:48 +01:00
gradle/wrapper updated forge, fixed bad names 2021-12-23 23:35:05 +01:00
logs . 2021-02-17 00:49:01 +01:00
src/main fixed not saving boats and similar entities 2021-12-25 00:17:06 +01:00
.gitignore Readded Obfuscate and Gamestage support, fixed several bugs 2021-02-15 17:21:46 +01:00
build.gradle updated forge, fixed bad names 2021-12-23 23:35:05 +01:00
gradle.properties updated forge, fixed bad names 2021-12-23 23:35:05 +01: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 actually fixed javadoc 2021-12-23 23:39:20 +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

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.