This website requires JavaScript.
Explore
Help
Sign In
GeyserMC
/
Geyser
Watch
4
Star
4
Fork
You've already forked Geyser
3
mirror of
https://github.com/GeyserMC/Geyser.git
synced
2024-08-14 23:57:35 +00:00
Code
Issues
103
Projects
Releases
Wiki
Activity
c9e423a593
Geyser
/
api
/
build.gradle.kts
8 lines
108 B
Text
Raw
Normal View
History
Unescape
Escape
Moved the base api to a separate repo
2023-02-09 16:31:00 +00:00
plugins {
id("geyser.publish-conventions")
}
dependencies {
api(libs.base.api)
Feature: Camera/Input locking API (#4332) Adds API methods to control player cameras - including fancy transitions, color fades, or simple input locks.
2024-01-31 10:21:06 +00:00
api(libs.math)
Moved the base api to a separate repo
2023-02-09 16:31:00 +00:00
}
Reference in a new issue
Copy permalink