mirror of
https://github.com/FabricMC/fabric.git
synced 2024-12-12 01:01:23 -05:00
11 lines
274 B
Groovy
11 lines
274 B
Groovy
archivesBaseName = "fabric-loot-tables-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-loot-api-v2'
|
|
])
|
|
|
|
dependencies {
|
|
testmodRuntimeOnly(project(path: ':fabric-resource-loader-v0', configuration: 'namedElements'))
|
|
}
|