mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 16:18:29 -05:00
1bb677a646
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> Co-authored-by: hypherionmc <hypherionmc@gmail.com> (cherry picked from commit 952fb19a0df7354e8352ef0c993a956b2bed32c2)
17 lines
389 B
Groovy
17 lines
389 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
loom {
|
|
accessWidenerPath = file('src/main/resources/fabric-screen-handler-api-v1.accesswidener')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-networking-api-v1',
|
|
'fabric-registry-sync-v0'
|
|
])
|
|
|
|
testDependencies(project, [
|
|
':fabric-object-builder-api-v1',
|
|
':fabric-resource-loader-v0',
|
|
':fabric-transitive-access-wideners-v1'
|
|
])
|