Added new Tree Feller algorithm for Huge Red Mushroom

This commit is contained in:
nossr50
2013-02-27 11:51:44 -08:00
parent 5ba4dc7b77
commit a7f858ab03
2 changed files with 51 additions and 7 deletions

View File

@ -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);
}
/**