mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update CreativeCategory none to have the correct value (#4549)
This commit is contained in:
parent
1819ed4dbd
commit
0972e4f4d7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue