mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
438f96368c
* Move creative pagination buttons * Bump module version + Update Texture * Remove Krita Autogenerated File * Add Hover and Update Texture * Fix button positions * Fix checkstyle
7 lines
250 B
Groovy
7 lines
250 B
Groovy
archivesBaseName = "fabric-item-groups-v0"
|
|
version = getSubprojectVersion(project, "0.2.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
|
}
|