mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-24 08:38:17 -05:00
11 lines
277 B
Groovy
11 lines
277 B
Groovy
archivesBaseName = "fabric-entity-events-v1"
|
|
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'
|
|
])
|