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
10 lines
232 B
Groovy
10 lines
232 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, ['fabric-api-base'])
|
|
|
|
testDependencies(project, [
|
|
':fabric-command-api-v2',
|
|
':fabric-networking-api-v1',
|
|
':fabric-registry-sync-v0',
|
|
':fabric-rendering-v1'
|
|
])
|