mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Fixed bed items crashing
This commit is contained in:
parent
50d26af740
commit
f11b0d5932
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public enum Material {
|
||||||
BONE(352),
|
BONE(352),
|
||||||
SUGAR(353),
|
SUGAR(353),
|
||||||
CAKE(354, 1),
|
CAKE(354, 1),
|
||||||
BED(99),
|
BED(355),
|
||||||
DIODE(100),
|
DIODE(100),
|
||||||
GOLD_RECORD(2256, 1),
|
GOLD_RECORD(2256, 1),
|
||||||
GREEN_RECORD(2257, 1);
|
GREEN_RECORD(2257, 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue