mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Added 1.3 blocks to canPassThrough.
This commit is contained in:
@ -405,6 +405,8 @@ public enum BlockType {
|
||||
canPassThrough.add(BlockID.VINE);
|
||||
canPassThrough.add(BlockID.NETHER_WART);
|
||||
canPassThrough.add(BlockID.END_PORTAL);
|
||||
canPassThrough.add(BlockID.TRIPWIRE_HOOK);
|
||||
canPassThrough.add(BlockID.TRIPWIRE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user