mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
b764ce9905
Moves the ToolManager and tool tags declared in fabric-mining-levels-v0 to a new fabric-tool-attributes-v1, along with adding new interfaces to be implemented on tools so that mining speed, mining level, and entity attribute modifiers can be decided by the itemstack.
8 lines
338 B
Groovy
8 lines
338 B
Groovy
archivesBaseName = "fabric-mining-levels-v0"
|
|
version = getSubprojectVersion(project, "0.1.2")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-tag-extensions-v0', configuration: 'dev')
|
|
compile project(path: ':fabric-tool-attribute-api-v1', configuration: 'dev')
|
|
}
|