mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Added COOKIE and LOCKED_CHEST
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
598a09dcee
commit
a687d992de
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue