Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 389 Bytes

File metadata and controls

22 lines (17 loc) · 389 Bytes

This is a lib of attribute in minecraft 26.1.2

If you are developer, you can use the lib with class: "ADCoreAPI".

And you can implementation it with maven:

repositories {
	maven {
		name = "Mafuyu404 Maven"
		url = "https://maven.sighs.cc/repository/maven-public/"
    }
}

And implementation it.

dependencies {
	implementation 'io.zershyan:ADCore:0.0.1-006'
}