Added support for carrots and potatoes. Also updated to ignore beacon blocks and anvil blocks.

This commit is contained in:
Glitchfinder
2012-10-28 20:53:03 -07:00
parent 43fe92fe3f
commit 11f1889f1f
4 changed files with 35 additions and 0 deletions

View File

@ -54,6 +54,8 @@ public class BlockChecks {
case YELLOW_FLOWER:
case COCOA:
case EMERALD_ORE:
case CARROT:
case POTATO:
return true;
default:
@ -98,6 +100,8 @@ public class BlockChecks {
case WALL_SIGN:
case WOODEN_DOOR:
case WORKBENCH:
case BEACON:
case ANVIL:
return false;
default:
@ -179,6 +183,8 @@ public class BlockChecks {
case WATER_LILY:
case YELLOW_FLOWER:
case COCOA:
case CARROT:
case POTATO:
return true;
case CROPS: