Browse Source

Fixed Potatoes and Carrots not awarding XP.

GJ 12 years ago
parent
commit
5e36683ff2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/main/java/com/gmail/nossr50/util/BlockUtils.java

+ 0 - 2
src/main/java/com/gmail/nossr50/util/BlockUtils.java

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