mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-24 10:17:39 +00:00
Removed flower pots from canPassThrough.
This commit is contained in:
parent
b299632d00
commit
bef5c8e3e7
@ -450,7 +450,6 @@ public enum BlockType {
|
|||||||
canPassThrough.add(BlockID.END_PORTAL);
|
canPassThrough.add(BlockID.END_PORTAL);
|
||||||
canPassThrough.add(BlockID.TRIPWIRE_HOOK);
|
canPassThrough.add(BlockID.TRIPWIRE_HOOK);
|
||||||
canPassThrough.add(BlockID.TRIPWIRE);
|
canPassThrough.add(BlockID.TRIPWIRE);
|
||||||
canPassThrough.add(BlockID.FLOWER_POT);
|
|
||||||
canPassThrough.add(BlockID.CARROTS);
|
canPassThrough.add(BlockID.CARROTS);
|
||||||
canPassThrough.add(BlockID.POTATOES);
|
canPassThrough.add(BlockID.POTATOES);
|
||||||
canPassThrough.add(BlockID.WOODEN_BUTTON);
|
canPassThrough.add(BlockID.WOODEN_BUTTON);
|
||||||
|
Loading…
Reference in New Issue
Block a user