3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-12-24 18:10:08 +01:00

Added 1.3 blocks to canPassThrough.

Dieser Commit ist enthalten in:
TomyLobo 2012-08-13 23:23:50 +02:00
Ursprung 69cf59565b
Commit d88691d450

Datei anzeigen

@ -405,6 +405,8 @@ public enum BlockType {
canPassThrough.add(BlockID.VINE); canPassThrough.add(BlockID.VINE);
canPassThrough.add(BlockID.NETHER_WART); canPassThrough.add(BlockID.NETHER_WART);
canPassThrough.add(BlockID.END_PORTAL); canPassThrough.add(BlockID.END_PORTAL);
canPassThrough.add(BlockID.TRIPWIRE_HOOK);
canPassThrough.add(BlockID.TRIPWIRE);
} }
/** /**