mirror of
https://github.com/FabricMC/fabric.git
synced 2024-12-11 16:51:29 -05:00
11 lines
266 B
Groovy
11 lines
266 B
Groovy
archivesBaseName = "fabric-item-group-api-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-resource-loader-v0'
|
|
])
|
|
|
|
loom {
|
|
accessWidenerPath = file('src/main/resources/fabric-item-group-api-v1.accesswidener')
|
|
}
|