mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
12 lines
268 B
Groovy
12 lines
268 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')
|
||
|
}
|