Carry On mod for Minecraft
Go to file
KandiPanda afe45abd1b
Update PickupHandler.java
Removed redundant EntityTameable check from within code already covered by another EntityTameable check (would always be "true" anyways).
Removed redundant EntityTameable check and contents from within the "else" of same outer check (else means it's already failed, and will never succeed this check or run the code within it anyways).
2020-06-12 01:52:18 -05: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 PickupHandler.java 2020-06-12 01:52:18 -05: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.