GeyserMC/isolation/build.gradle.kts

8 lines
119 B
Text
Raw Permalink Normal View History

2024-02-25 19:57:04 +01:00
plugins {
id("geyser.base-conventions")
}
dependencies {
api(libs.floodgate.isolation)
api(projects.api)
}