added support for SmoothBrick and changed steps to a TexturedMaterial

By: sunkid <sunkid@iminurnetz.com>
This commit is contained in:
Bukkit/Spigot
2011-09-15 16:33:53 -07:00
parent fd48f02fc3
commit 1968b78a12
4 changed files with 131 additions and 59 deletions

View File

@@ -110,7 +110,7 @@ public enum Material {
LOCKED_CHEST(95),
TRAP_DOOR(96, TrapDoor.class),
MONSTER_EGGS(97),
SMOOTH_BRICK(98),
SMOOTH_BRICK(98, SmoothBrick.class),
HUGE_MUSHROOM_1(99),
HUGE_MUSHROOM_2(100),
IRON_FENCE(101),