2020-09-18 13:11:51 -04:00
|
|
|
archivesBaseName = "fabric-biome-api-v1"
|
2021-11-12 07:48:58 -05:00
|
|
|
version = getSubprojectVersion(project)
|
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 {
|
2021-11-12 07:48:58 -05:00
|
|
|
testmodImplementation project(path: ':fabric-api-base', configuration: 'namedElements')
|
|
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'namedElements')
|
2021-08-24 12:44:19 -04:00
|
|
|
}
|