1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-04 15:31:48 +00:00

Switched event library

This commit is contained in:
Tim203
2022-08-13 22:59:52 +02:00
parent 450eeed2a3
commit e990f2b948
12 changed files with 121 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
dependencies {
api("org.geysermc", "common", Versions.geyserVersion)
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
api("org.geysermc.event", "events", Versions.eventsVersion)
compileOnly("io.netty", "netty-transport", Versions.nettyVersion)
}