mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
d1e1b46ce9
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.
7 lines
247 B
Groovy
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')
|
|
}
|