Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-16 13:00:10 +01:00
8 Zeilen
119 B
Plaintext
8 Zeilen
119 B
Plaintext
plugins {
|
|
id("geyser.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.floodgate.isolation)
|
|
api(projects.api)
|
|
} |