fabric/fabric-renderer-api-v1/build.gradle
2021-04-14 20:03:08 +01:00

14 lines
587 B
Groovy

archivesBaseName = "fabric-renderer-api-v1"
version = getSubprojectVersion(project, "0.4.2")
moduleDependencies(project, [
'fabric-api-base'
])
dependencies {
testmodCompile project(path: ':fabric-blockrenderlayer-v1', configuration: 'dev')
testmodCompile project(path: ':fabric-models-v0', configuration: 'dev')
testmodCompile project(path: ':fabric-networking-blockentity-v0', configuration: 'dev')
testmodCompile project(path: ':fabric-object-builder-api-v1', configuration: 'dev')
testmodCompile project(path: ':fabric-rendering-data-attachment-v1', configuration: 'dev')
}