Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 555 Bytes

Status Tags

To use Status Tags in your projects, include this in your build.gradle:

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

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

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