mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-14 00:59:57 -04:00
10 lines
220 B
Groovy
10 lines
220 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-resource-loader-v0'
|
|
])
|
|
|
|
loom {
|
|
accessWidenerPath = file('src/main/resources/fabric-item-group-api-v1.accesswidener')
|
|
}
|