1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00
Files
Geyser/api/base/build.gradle.kts
2022-08-11 23:17:56 +02:00

6 lines
144 B
Plaintext

dependencies {
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
}
provided("net.kyori", "event-api", Versions.eventVersion)