Fixed TrapDoor and added MaterialData for LONG_GRASS. Thanks sunkid!
By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
parent
e12c49e9d1
commit
3996bf8026
4 changed files with 162 additions and 9 deletions
|
@ -42,7 +42,7 @@ public enum Material {
|
|||
POWERED_RAIL(27, PoweredRail.class),
|
||||
DETECTOR_RAIL(28, DetectorRail.class),
|
||||
WEB(30),
|
||||
LONG_GRASS(31),
|
||||
LONG_GRASS(31, LongGrass.class),
|
||||
DEAD_BUSH(32),
|
||||
WOOL(35, Wool.class),
|
||||
YELLOW_FLOWER(37),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue