mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
#1034: Fix exception on init of CraftCreativeCategory
By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
parent
5fce26aed5
commit
16d405ff1c
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ public final class CraftCreativeCategory {
|
|||
.put(CreativeModeTab.TAB_DECORATIONS, CreativeCategory.DECORATIONS)
|
||||
.put(CreativeModeTab.TAB_REDSTONE, CreativeCategory.REDSTONE)
|
||||
.put(CreativeModeTab.TAB_TRANSPORTATION, CreativeCategory.TRANSPORTATION)
|
||||
.put(CreativeModeTab.TAB_MISC, CreativeCategory.MISC) // Interchangeable in NMS
|
||||
.put(CreativeModeTab.TAB_MATERIALS, CreativeCategory.MISC) // Interchangeable in NMS
|
||||
.put(CreativeModeTab.TAB_MISC, CreativeCategory.MISC) // Interchangeable with TAB_MATERIALS, same instance
|
||||
.put(CreativeModeTab.TAB_FOOD, CreativeCategory.FOOD)
|
||||
.put(CreativeModeTab.TAB_TOOLS, CreativeCategory.TOOLS)
|
||||
.put(CreativeModeTab.TAB_COMBAT, CreativeCategory.COMBAT)
|
||||
|
|
Loading…
Reference in a new issue