mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
f4b7e42468
* Update to loom 1.3 * Fix more 1.3 deprecations * Opps * Move to mod publish plugin * Revert some changes * Fix some more Gradle deprecations * Fix names * Remove extra stuff * Cleanup
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",
|
|
])
|