Fixed Potatoes and Carrots not awarding XP.

This commit is contained in:
GJ 2013-03-28 07:45:15 -04:00
parent c53563e7d1
commit 5e36683ff2

View File

@ -53,8 +53,6 @@ public final class BlockUtils {
case YELLOW_FLOWER: case YELLOW_FLOWER:
case COCOA: case COCOA:
case EMERALD_ORE: case EMERALD_ORE:
case CARROT:
case POTATO:
return true; return true;
default: default: