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

This commit is contained in:
rtm516 2024-04-05 22:21:27 +01:00 committed by GitHub
parent 1819ed4dbd
commit 0972e4f4d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;