fabric/fabric-screen-handler-api-v1/build.gradle
modmuss 1bb677a646
Some checks failed
Build / build (21-ubuntu) (push) Has been cancelled
Build / client_test (push) Has been cancelled
Build / server_test (push) Has been cancelled
Build / check_resources (push) Has been cancelled
Port to 24w33a (#4033)
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: hypherionmc <hypherionmc@gmail.com>
(cherry picked from commit 952fb19a0df7354e8352ef0c993a956b2bed32c2)
2024-08-18 19:16:27 +01:00

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'
])