mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
f71b366fb1
* Update command registration API to reflect vanilla changes * Allow module versions in impl+mixin packages * Use v2 module, keeping v1 for server commands at least * update, address review Co-authored-by: modmuss50 <modmuss50@gmail.com>
12 lines
448 B
Groovy
12 lines
448 B
Groovy
archivesBaseName = "fabric-dimensions-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-command-api-v2', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'namedElements')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|