mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
Fix some misplaced material enum entries
By: md_5 <git@md-5.net>
This commit is contained in:
parent
0a50629ac1
commit
d46a28e6ea
1 changed files with 2 additions and 2 deletions
|
@ -3266,8 +3266,8 @@ public enum Material implements Keyed {
|
|||
case DARK_PRISMARINE_SLAB:
|
||||
case DARK_PRISMARINE_STAIRS:
|
||||
case DAYLIGHT_DETECTOR:
|
||||
case DEAD_BRAIN_CORAL_BLOCK:
|
||||
case DEAD_BRAIN_CORAL:
|
||||
case DEAD_BRAIN_CORAL_BLOCK:
|
||||
case DEAD_BRAIN_CORAL_FAN:
|
||||
case DEAD_BRAIN_CORAL_WALL_FAN:
|
||||
case DEAD_BUBBLE_CORAL:
|
||||
|
@ -3730,7 +3730,6 @@ public enum Material implements Keyed {
|
|||
case CARROT:
|
||||
case CHICKEN:
|
||||
case CHORUS_FRUIT:
|
||||
case TROPICAL_FISH:
|
||||
case COD:
|
||||
case COOKED_BEEF:
|
||||
case COOKED_CHICKEN:
|
||||
|
@ -3757,6 +3756,7 @@ public enum Material implements Keyed {
|
|||
case ROTTEN_FLESH:
|
||||
case SALMON:
|
||||
case SPIDER_EYE:
|
||||
case TROPICAL_FISH:
|
||||
// ----- Legacy Separator -----
|
||||
case LEGACY_BREAD:
|
||||
case LEGACY_CARROT_ITEM:
|
||||
|
|
Loading…
Reference in a new issue