mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
f555dc0a92
Adds API methods to control player cameras - including fancy transitions, color fades, or simple input locks.
8 lines
No EOL
108 B
Text
8 lines
No EOL
108 B
Text
plugins {
|
|
id("geyser.publish-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.base.api)
|
|
api(libs.math)
|
|
} |