Correct 1.5 material data. Fixes BUKKIT-4004, BUKKIT-3785
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
740df1695d
commit
c22b602d2b
2 changed files with 59 additions and 2 deletions
|
@ -220,8 +220,8 @@ public enum Material {
|
|||
HOPPER(154),
|
||||
QUARTZ_BLOCK(155),
|
||||
QUARTZ_STAIRS(156, Stairs.class),
|
||||
ACTIVATOR_RAIL(157),
|
||||
DROPPER(158, DirectionalContainer.class),
|
||||
ACTIVATOR_RAIL(157, PoweredRail.class),
|
||||
DROPPER(158, Dispenser.class),
|
||||
// ----- Item Separator -----
|
||||
IRON_SPADE(256, 1, 250),
|
||||
IRON_PICKAXE(257, 1, 250),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue