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