Optimized Tree Feller

And cleaned up WoodCutting a little
This commit is contained in:
bm01
2013-01-22 02:14:50 +01:00
parent ddbf5a559a
commit f0f7dee3c2
3 changed files with 167 additions and 256 deletions

View File

@ -283,7 +283,6 @@ public class BlockChecks {
switch (block.getType()) {
case LOG:
case LEAVES:
case AIR:
return true;
default: