mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Update CreativeCategory none to have the correct value (#4549)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user