gloomybanana / CarryOn

Carry On mod for Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Carry On mod for Minecraft

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%Language:Batchfile 0.0%