Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 559 Bytes

Builder's Bag

To use Builder's Bag in your projects, include this in your build.gradle:

repositories {
	maven {
		url "https://maven.blamejared.com/"
	}
}

dependencies {
	deobfCompile "tschipp.buildersbag:buildersbag-MCVERSION:MODVERSION" 
}

Make sure to replace MCVERSION and MODVERSION with the appropriate versions.