Huge Mushrooms now work for Tree Feller (UNTESTED)

This commit is contained in:
nossr50
2013-02-15 15:32:49 -08:00
parent c1b12c027a
commit 9df149c489
8 changed files with 52 additions and 2 deletions

View File

@ -300,6 +300,8 @@ public final class BlockChecks {
switch (block.getType()) {
case LOG:
case LEAVES:
case HUGE_MUSHROOM_1:
case HUGE_MUSHROOM_2:
return true;
default: