mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Fixed bed items crashing
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
965290b214
commit
cce5f895f9
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public enum Material {
|
|||
BONE(352),
|
||||
SUGAR(353),
|
||||
CAKE(354, 1),
|
||||
BED(99),
|
||||
BED(355),
|
||||
DIODE(100),
|
||||
GOLD_RECORD(2256, 1),
|
||||
GREEN_RECORD(2257, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue