mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
65d505fc8a
All of the version need to be bumped due to fabric-api-base being updated, this highlights the need for a better solution.
8 lines
212 B
Groovy
8 lines
212 B
Groovy
archivesBaseName = "fabric-mining-levels-v0"
|
|
version = getSubprojectVersion(project, "0.1.4")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-tag-extensions-v0',
|
|
'fabric-tool-attribute-api-v1'
|
|
])
|