mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Updated Upstream (CraftBukkit) (#7624)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: e9f972d6 Improve CreativeCategory conversion c2698249 PR-1034: Fix exception on init of CraftCreativeCategory f48739ca Add tests for material creative categories
This commit is contained in:
parent
535cd27411
commit
3ba5473d61
2 changed files with 1 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Jake Potrebic <jake.m.potrebic@gmail.com>
|
||||
Date: Sat, 12 Mar 2022 15:19:27 -0800
|
||||
Subject: [PATCH] Fix CreativeCategory API
|
||||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftCreativeCategory.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftCreativeCategory.java
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftCreativeCategory.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftCreativeCategory.java
|
||||
@@ -0,0 +0,0 @@ public final class CraftCreativeCategory {
|
||||
.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_MATERIALS, CreativeCategory.MISC) // Interchangeable in NMS // Paper - can't have duplicate keys
|
||||
.put(CreativeModeTab.TAB_FOOD, CreativeCategory.FOOD)
|
||||
.put(CreativeModeTab.TAB_TOOLS, CreativeCategory.TOOLS)
|
||||
.put(CreativeModeTab.TAB_COMBAT, CreativeCategory.COMBAT)
|
|
@ -1 +1 @@
|
|||
Subproject commit 953d3ddc674e5fc3ef04588f9fdcc35643653463
|
||||
Subproject commit e9f972d6744d66460a78a868d298c7f543533073
|
Loading…
Reference in a new issue