fabric/fabric-biome-api-v1/build.gradle
modmuss50 bb09662468 21w41a
Remove SurfaceBuilder related APIs.

Remove PersistentDynamicRegistryHandler as the bug (MC-202036) it fixed was fixed a few weeks ago.
2021-10-13 18:55:15 +01:00

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')
}