2020-09-18 13:11:51 -04:00
|
|
|
archivesBaseName = "fabric-biome-api-v1"
|
2021-10-31 07:13:10 -04:00
|
|
|
version = getSubprojectVersion(project, "5.0.2")
|
2020-10-30 16:08:54 -04:00
|
|
|
|
2021-08-31 09:00:20 -04:00
|
|
|
loom {
|
|
|
|
accessWidenerPath = file("src/main/resources/fabric-biome-api-v1.accesswidener")
|
2020-10-30 16:08:54 -04:00
|
|
|
}
|
2021-08-24 12:44:19 -04:00
|
|
|
|
|
|
|
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')
|
|
|
|
}
|