3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-01 19:08:07 +02:00

Fix item attribute modifiers

Dieser Commit ist enthalten in:
Camotoy 2024-06-14 16:48:46 -04:00
Ursprung a9ba1ad603
Commit 7e87af718b
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -247,7 +247,7 @@ public final class ItemTranslator {
return null;
}
String name = modifier.getName().replace("minecraft:", "");
String name = modifier.getId().asMinimalString();
// the namespace does not need to be present, but if it is, the java client ignores it as of pre-1.20.5
ModifierOperation operation = modifier.getOperation();

Datei anzeigen

@ -13,7 +13,7 @@ websocket = "1.5.1"
protocol = "3.0.0.Beta2-20240606.172607-7"
raknet = "1.0.0.CR3-20240416.144209-1"
mcauthlib = "e5b0bcc"
mcprotocollib = "f9cc9ee6"
mcprotocollib = "dcf9d02"
adventure = "4.14.0"
adventure-platform = "4.3.0"
junit = "5.9.2"