fabric/fabric-renderer-registries-v1/build.gradle
modmuss50 a1ff8ff878 Rework the BlockEntityRenderer api to fix load order issues.
Based off the work from #430

Co-authored-by: Draylar <samuelhimes@gmail.com>
2019-11-25 19:54:56 +00:00

6 lines
183 B
Groovy

archivesBaseName = "fabric-renderer-registries-v1"
version = getSubprojectVersion(project, "2.0.0")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')
}