Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
f555dc0a92
Adds API methods to control player cameras - including fancy transitions, color fades, or simple input locks.
8 Zeilen
108 B
Plaintext
8 Zeilen
108 B
Plaintext
plugins {
|
|
id("geyser.publish-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.base.api)
|
|
api(libs.math)
|
|
} |