fabric/fabric-api-lookup-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

12 lines
256 B
Groovy

version = getSubprojectVersion(project)
moduleDependencies(project, [
'fabric-api-base',
'fabric-lifecycle-events-v1'
])
testDependencies(project, [
':fabric-rendering-v1',
':fabric-object-builder-api-v1',
':fabric-transitive-access-wideners-v1'
])