Removed lily pad from canPassThrough.

This commit is contained in:
TomyLobo 2012-08-12 15:57:12 +02:00
parent edcccfce5f
commit 0e897778b0

View File

@ -403,7 +403,6 @@ public enum BlockType {
canPassThrough.add(BlockID.PUMPKIN_STEM);
canPassThrough.add(BlockID.MELON_STEM);
canPassThrough.add(BlockID.VINE);
canPassThrough.add(BlockID.LILY_PAD);
canPassThrough.add(BlockID.NETHER_WART);
canPassThrough.add(BlockID.END_PORTAL);
}