mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
11 lines
239 B
Groovy
11 lines
239 B
Groovy
|
archivesBaseName = "fabric-recipe-api-v1"
|
||
|
version = getSubprojectVersion(project)
|
||
|
|
||
|
loom {
|
||
|
accessWidenerPath = file('src/main/resources/fabric-recipe-api-v1.accesswidener')
|
||
|
}
|
||
|
|
||
|
moduleDependencies(project, [
|
||
|
"fabric-networking-api-v1",
|
||
|
])
|