mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
Fixed Treefeller trying to cut too many leaves
This commit is contained in:
@ -259,6 +259,9 @@ public final class Woodcutting {
|
||||
return;
|
||||
}
|
||||
|
||||
futureCenterBlocks.add(blockState);
|
||||
// Without this check Tree Feller propagates through leaves until the threshold is hit
|
||||
if (BlockUtils.isLog(blockState)) {
|
||||
futureCenterBlocks.add(blockState);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user