mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
d21d463561
* Decoupled effective checks and mining speed * Fixed typo * Bump major for method sig change * Fix semvar * Re-add original API method * Extend test mod * Fix bug discovered by testing * Change current to vanillaResult, update doc for postProcessMiningSpeed * Remove </p> tag * Add vanilla tests and rename vars
9 lines
433 B
Groovy
9 lines
433 B
Groovy
archivesBaseName = "fabric-tool-attribute-api-v1"
|
|
version = getSubprojectVersion(project, "1.2.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-tag-extensions-v0', configuration: 'dev')
|
|
testmodCompile project(path: ':fabric-object-builder-api-v1', configuration: 'dev')
|
|
testmodCompile project(path: ':fabric-events-lifecycle-v0', configuration: 'dev')
|
|
}
|