fabric/fabric-biome-api-v1/build.gradle
2021-09-29 20:03:16 +01:00

12 lines
459 B
Groovy

archivesBaseName = "fabric-biome-api-v1"
version = getSubprojectVersion(project, "4.0.2")
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')
}