fabric/fabric-entity-events-v1/build.gradle

13 lines
426 B
Groovy
Raw Normal View History

archivesBaseName = "fabric-entity-events-v1"
2021-11-03 14:57:29 -04:00
version = getSubprojectVersion(project, "1.3.2")
moduleDependencies(project, [
'fabric-api-base'
])
dependencies {
2021-05-12 15:23:04 -04:00
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')
}