mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-10 22:05:10 +01:00
Added COOKIE and LOCKED_CHEST
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
598a09dcee
commit
a687d992de
@ -98,6 +98,7 @@ public enum Material {
|
||||
CAKE_BLOCK(92, 1, Cake.class),
|
||||
DIODE_BLOCK_OFF(93, Diode.class),
|
||||
DIODE_BLOCK_ON(94, Diode.class),
|
||||
LOCKED_CHEST(95),
|
||||
// ----- Item Separator -----
|
||||
IRON_SPADE(256, 1, 250),
|
||||
IRON_PICKAXE(257, 1, 250),
|
||||
@ -200,6 +201,7 @@ public enum Material {
|
||||
CAKE(354, 1),
|
||||
BED(355),
|
||||
DIODE(356),
|
||||
COOKIE(357),
|
||||
GOLD_RECORD(2256, 1),
|
||||
GREEN_RECORD(2257, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user