1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Support new tooltip display component and other 1.21.5 things (#5417)

* Work on supporting new tooltip display component

* Fix some stuff and allow any item to function as saddle with the right components

* Some fixes and TODOs

* Re-implement tropical fish variant tooltip

* Fix hiding advanced tooltips

* Fix ominous banner tooltip, custom name and some TODOs

* Implement RegistryEntryData to allow getting an object from registry cache by its key

* Fix goat horns (I think)

* We prefer checkers for the nullable/nonnull annotations

* Remove unused NotNull import

Co-authored-by: chris <github@onechris.mozmail.com>

---------

Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
Eclipse
2025-03-22 08:02:46 +00:00
committed by onebeastchris
parent acb858f0ab
commit 8035a26198
34 changed files with 348 additions and 145 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
}
repositories {
// mavenLocal()
mavenLocal()
mavenCentral()
@@ -69,6 +69,4 @@ repositories {
maven("https://jitpack.io") {
content { includeGroupByRegex("com\\.github\\..*") }
}
mavenLocal()
}