mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-08 21:14:41 -04:00
Completed suggested changes.
This commit is contained in:
parent
b819d1a98f
commit
97740e6134
1 changed files with 1 additions and 1 deletions
|
@ -4,10 +4,10 @@ version = getSubprojectVersion(project, "1.0.0")
|
|||
dependencies {
|
||||
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
|
||||
testmodCompile project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
||||
testmodCompile project(path: 'fabric-lifecycle-events-v1', configurations: 'dev')
|
||||
}
|
||||
|
||||
moduleDependencies(project, [
|
||||
'fabric-api-base',
|
||||
'fabric-registry-sync-v0',
|
||||
'fabric-lifecycle-events-v1'
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue