2020-04-29 17:48:08 -04:00
|
|
|
archivesBaseName = "fabric-object-builder-api-v1"
|
2021-11-12 07:48:58 -05:00
|
|
|
version = getSubprojectVersion(project)
|
2020-04-29 17:48:08 -04:00
|
|
|
|
|
|
|
dependencies {
|
2022-05-20 13:39:10 -04:00
|
|
|
testmodImplementation project(path: ':fabric-command-api-v2', configuration: 'namedElements')
|
2020-04-29 17:48:08 -04:00
|
|
|
}
|
|
|
|
|
2020-11-15 14:15:35 -05:00
|
|
|
moduleDependencies(project, [
|
|
|
|
'fabric-api-base',
|
2022-02-11 12:02:44 -05:00
|
|
|
'fabric-resource-loader-v0'
|
2020-11-15 14:15:35 -05:00
|
|
|
])
|
|
|
|
|
2021-08-31 09:00:20 -04:00
|
|
|
loom {
|
|
|
|
accessWidenerPath = file("src/main/resources/fabric-object-builder-api-v1.accesswidener")
|
2020-04-29 17:48:08 -04:00
|
|
|
}
|