mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Added 1.3 blocks to canPassThrough.
This commit is contained in:
parent
69cf59565b
commit
d88691d450
@ -405,6 +405,8 @@ public static boolean shouldPlaceFinal(int id) {
|
|||||||
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user