mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Added new materials
This commit is contained in:
parent
dbab772ca8
commit
50d26af740
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,7 @@ public enum Material {
|
||||||
DISPENSER(23),
|
DISPENSER(23),
|
||||||
SANDSTONE(24),
|
SANDSTONE(24),
|
||||||
NOTE_BLOCK(25),
|
NOTE_BLOCK(25),
|
||||||
|
BED_BLOCK(26),
|
||||||
WOOL(35, Wool.class),
|
WOOL(35, Wool.class),
|
||||||
YELLOW_FLOWER(37),
|
YELLOW_FLOWER(37),
|
||||||
RED_ROSE(38),
|
RED_ROSE(38),
|
||||||
|
@ -95,6 +96,8 @@ public enum Material {
|
||||||
PORTAL(90),
|
PORTAL(90),
|
||||||
JACK_O_LANTERN(91),
|
JACK_O_LANTERN(91),
|
||||||
CAKE_BLOCK(92, 1),
|
CAKE_BLOCK(92, 1),
|
||||||
|
DIODE_BLOCK_OFF(93),
|
||||||
|
DIODE_BLOCK_ON(94),
|
||||||
// ----- Item Separator -----
|
// ----- Item Separator -----
|
||||||
IRON_SPADE(256, 1, 250),
|
IRON_SPADE(256, 1, 250),
|
||||||
IRON_PICKAXE(257, 1, 250),
|
IRON_PICKAXE(257, 1, 250),
|
||||||
|
@ -195,6 +198,8 @@ public enum Material {
|
||||||
BONE(352),
|
BONE(352),
|
||||||
SUGAR(353),
|
SUGAR(353),
|
||||||
CAKE(354, 1),
|
CAKE(354, 1),
|
||||||
|
BED(99),
|
||||||
|
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