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

11 lines
244 B
Groovy
Raw Normal View History

archivesBaseName = "fabric-entity-events-v1"
2021-01-01 09:50:26 -05:00
version = getSubprojectVersion(project, "1.0.1")
moduleDependencies(project, [
'fabric-api-base'
])
dependencies {
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
}