Fixed extended piston rotation.

This commit is contained in:
TomyLobo
2011-09-24 03:00:10 +02:00
parent bfc877cdb2
commit 7c18327fdc
2 changed files with 13 additions and 10 deletions

View File

@ -281,6 +281,7 @@ public enum BlockType {
shouldPlaceLast.add(BlockID.DETECTOR_RAIL);
shouldPlaceLast.add(BlockID.LONG_GRASS);
shouldPlaceLast.add(BlockID.DEAD_BUSH);
shouldPlaceLast.add(BlockID.PISTON_EXTENSION);
shouldPlaceLast.add(BlockID.YELLOW_FLOWER);
shouldPlaceLast.add(BlockID.RED_FLOWER);
shouldPlaceLast.add(BlockID.BROWN_MUSHROOM);