3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-11-05 11:00:05 +01:00

Removed lily pad from canPassThrough.

Dieser Commit ist enthalten in:
TomyLobo 2012-08-12 15:57:12 +02:00
Ursprung edcccfce5f
Commit 0e897778b0

Datei anzeigen

@ -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);
}