added support for SmoothBrick and changed steps to a TexturedMaterial

This commit is contained in:
sunkid
2011-09-15 16:33:53 -07:00
committed by Dinnerbone
parent 204708ed7e
commit 9a5665137d
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),