mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
bb09662468
Remove SurfaceBuilder related APIs. Remove PersistentDynamicRegistryHandler as the bug (MC-202036) it fixed was fixed a few weeks ago.
7 lines
178 B
Groovy
7 lines
178 B
Groovy
archivesBaseName = "fabric-registry-sync-v0"
|
|
version = getSubprojectVersion(project, "0.8.0")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-networking-api-v1'
|
|
])
|