mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Add nether tress into floating tree remover (#2146)
* Add nether tress into floating tree remover * Add nether stems
This commit is contained in:
parent
09b899c7a9
commit
b54e3a5112
@ -64,7 +64,11 @@ public class FloatingTreeRemover implements BlockTool {
|
|||||||
|| type == BlockTypes.RED_MUSHROOM_BLOCK
|
|| type == BlockTypes.RED_MUSHROOM_BLOCK
|
||||||
|| type == BlockTypes.BROWN_MUSHROOM_BLOCK
|
|| type == BlockTypes.BROWN_MUSHROOM_BLOCK
|
||||||
|| type == BlockTypes.MUSHROOM_STEM
|
|| type == BlockTypes.MUSHROOM_STEM
|
||||||
|| type == BlockTypes.VINE;
|
|| type == BlockTypes.VINE
|
||||||
|
|| type == BlockTypes.NETHER_WART_BLOCK
|
||||||
|
|| type == BlockTypes.WARPED_WART_BLOCK
|
||||||
|
|| type == BlockTypes.CRIMSON_STEM
|
||||||
|
|| type == BlockTypes.WARPED_STEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user