From 50d26af74005122e35801e9c6020f37aa71e3b61 Mon Sep 17 00:00:00 2001 From: Dinnerbone Date: Wed, 23 Feb 2011 02:45:19 +0000 Subject: [PATCH] Added new materials --- src/main/java/org/bukkit/Material.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/org/bukkit/Material.java b/src/main/java/org/bukkit/Material.java index 5631ee8e..1f3755dd 100644 --- a/src/main/java/org/bukkit/Material.java +++ b/src/main/java/org/bukkit/Material.java @@ -38,6 +38,7 @@ public enum Material { DISPENSER(23), SANDSTONE(24), NOTE_BLOCK(25), + BED_BLOCK(26), WOOL(35, Wool.class), YELLOW_FLOWER(37), RED_ROSE(38), @@ -95,6 +96,8 @@ public enum Material { PORTAL(90), JACK_O_LANTERN(91), CAKE_BLOCK(92, 1), + DIODE_BLOCK_OFF(93), + DIODE_BLOCK_ON(94), // ----- Item Separator ----- IRON_SPADE(256, 1, 250), IRON_PICKAXE(257, 1, 250), @@ -195,6 +198,8 @@ public enum Material { BONE(352), SUGAR(353), CAKE(354, 1), + BED(99), + DIODE(100), GOLD_RECORD(2256, 1), GREEN_RECORD(2257, 1);