fabric/fabric-registry-sync-v0/build.gradle
modmuss50 d1e1b46ce9 Remove call to initShapeCache when registering blocks.
At some point in the 1.16 update cycle this was moved to be called after tags are (re)loaded and not when blocks are being registered.
2020-05-07 13:52:28 +01:00

7 lines
247 B
Groovy

archivesBaseName = "fabric-registry-sync-v0"
version = getSubprojectVersion(project, "0.3.2")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')
compile project(path: ':fabric-networking-v0', configuration: 'dev')
}