mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
bb09662468
Remove SurfaceBuilder related APIs. Remove PersistentDynamicRegistryHandler as the bug (MC-202036) it fixed was fixed a few weeks ago.
12 lines
459 B
Groovy
12 lines
459 B
Groovy
archivesBaseName = "fabric-biome-api-v1"
|
|
version = getSubprojectVersion(project, "5.0.0")
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-biome-api-v1.accesswidener")
|
|
}
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-api-base', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-tag-extensions-v0', configuration: 'dev')
|
|
}
|