mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-14 19:44:42 +02:00
Added new Tree Feller algorithm for Huge Red Mushroom
This commit is contained in:
@ -38,7 +38,7 @@ public final class Woodcutting {
|
||||
* @param block Block being broken
|
||||
*/
|
||||
public static void beginTreeFeller(BlockState blockState, Player player) {
|
||||
TreeFeller.process(blockState, player);
|
||||
TreeFeller.processTreeFeller(blockState, player);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user