Added MonsterEggs materialdata
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
cae1a829df
commit
63cd6ba7d1
2 changed files with 48 additions and 1 deletions
|
@ -109,7 +109,7 @@ public enum Material {
|
|||
DIODE_BLOCK_ON(94, Diode.class),
|
||||
LOCKED_CHEST(95),
|
||||
TRAP_DOOR(96, TrapDoor.class),
|
||||
MONSTER_EGGS(97),
|
||||
MONSTER_EGGS(97, MonsterEggs.class),
|
||||
SMOOTH_BRICK(98, SmoothBrick.class),
|
||||
HUGE_MUSHROOM_1(99),
|
||||
HUGE_MUSHROOM_2(100),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue