mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-28 10:36:43 -05:00
10 lines
238 B
Groovy
10 lines
238 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",
|
|
])
|