mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
mark experimental api correctly and add missing isFuel
This commit is contained in:
@@ -52,6 +52,29 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
case BIRCH_LOG:
|
||||
case BIRCH_PLANKS:
|
||||
case BIRCH_PRESSURE_PLATE:
|
||||
@@ -0,0 +0,0 @@ public enum Material implements Keyed, Translatable, net.kyori.adventure.transla
|
||||
case BROWN_WOOL:
|
||||
case CARTOGRAPHY_TABLE:
|
||||
case CHARCOAL:
|
||||
+ // Paper start - add missing isFuels
|
||||
+ case CHERRY_BOAT:
|
||||
+ case CHERRY_BUTTON:
|
||||
+ case CHERRY_CHEST_BOAT:
|
||||
+ case CHERRY_DOOR:
|
||||
+ case CHERRY_FENCE:
|
||||
+ case CHERRY_FENCE_GATE:
|
||||
+ case CHERRY_HANGING_SIGN:
|
||||
+ case CHERRY_PLANKS:
|
||||
+ case CHERRY_PRESSURE_PLATE:
|
||||
+ case CHERRY_SAPLING:
|
||||
+ case CHERRY_SIGN:
|
||||
+ case CHERRY_SLAB:
|
||||
+ case CHERRY_STAIRS:
|
||||
+ case CHERRY_TRAPDOOR:
|
||||
+ // Paper end
|
||||
case CHEST:
|
||||
case CHISELED_BOOKSHELF:
|
||||
case COAL:
|
||||
@@ -0,0 +0,0 @@ public enum Material implements Keyed, Translatable, net.kyori.adventure.transla
|
||||
case DARK_OAK_DOOR:
|
||||
case DARK_OAK_FENCE:
|
||||
|
Reference in New Issue
Block a user