Carry On mod for Minecraft
Go to file
redd 4aa7223849
Update Configs.java
my second time pull requesting this but PLEASE take moving elevators blocks OFF the whitelist, they need to be blacklisted because they crash a server when you pick them up using CarryOn
2023-03-26 19:14:36 +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 Update Configs.java 2023-03-26 19:14:36 +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 Updated configs, improved compatibility, fixed sponge server issue 2021-04-10 10:59:42 +02:00
carryon-scripts Added Scripting 2017-09-21 22:23:06 +02:00
gradle.properties Fixed bug where items weren't correctly ejected 2021-10-22 00:17:20 +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.