1
0
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:
rtm516
2024-04-05 22:21:27 +01:00
committed by GitHub
parent 1819ed4dbd
commit 0972e4f4d7

View File

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