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

13 lines
447 B
Groovy
Raw Normal View History

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