mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
8a5c621a87
* fix #1273 * Expand testmod to test multipart and weighted models with FRAPI submodels Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>
18 lines
977 B
Groovy
18 lines
977 B
Groovy
archivesBaseName = "fabric-renderer-api-v1"
|
|
version = getSubprojectVersion(project, "0.4.2")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-blockrenderlayer-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-models-v0', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-networking-blockentity-v0', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-object-builder-api-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-renderer-indigo', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-rendering-data-attachment-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-tag-extensions-v0', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-tool-attribute-api-v1', configuration: 'dev')
|
|
}
|