mirror of
https://github.com/songoda/UltimateTimber.git
synced 2024-12-01 22:33:23 +01:00
Update NoAnimationTreeDestroyer.java
This commit is contained in:
parent
9495d15d67
commit
1d93f15491
@ -25,6 +25,7 @@ public class NoAnimationTreeDestroyer {
|
|||||||
|
|
||||||
leavesType = Material.BROWN_MUSHROOM_BLOCK;
|
leavesType = Material.BROWN_MUSHROOM_BLOCK;
|
||||||
|
|
||||||
|
} else if(!blocks.stream().filter(b -> b.getType() == Material.RED_MUSHROOM_BLOCK).collect(Collectors.toList()).isEmpty()){
|
||||||
leavesType = Material.RED_MUSHROOM_BLOCK;
|
leavesType = Material.RED_MUSHROOM_BLOCK;
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user