added support for SmoothBrick and changed steps to a TexturedMaterial
By: sunkid <sunkid@iminurnetz.com>
This commit is contained in:
parent
fd48f02fc3
commit
1968b78a12
4 changed files with 131 additions and 59 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue