fabric/fabric-entity-events-v1/build.gradle
2021-08-25 20:05:23 +01:00

12 lines
426 B
Groovy

archivesBaseName = "fabric-entity-events-v1"
version = getSubprojectVersion(project, "1.2.2")
moduleDependencies(project, [
'fabric-api-base'
])
dependencies {
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
testmodImplementation project(path: ':fabric-networking-api-v1', configuration: 'dev')
testmodImplementation project(path: ':fabric-registry-sync-v0', configuration: 'dev')
}