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

Update CreativeCategory none to have the correct value (#4549)

Dieser Commit ist enthalten in:
rtm516 2024-04-05 22:21:27 +01:00 committet von GitHub
Ursprung 1819ed4dbd
Commit 0972e4f4d7
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -35,7 +35,7 @@ public enum CreativeCategory {
NATURE("nature", 2),
EQUIPMENT("equipment", 3),
ITEMS("items", 4),
NONE("none", 5);
NONE("none", 6);
private final String internalName;
private final int id;