Ver Fonte

Fixed Potatoes and Carrots not awarding XP.

GJ há 12 anos atrás
pai
commit
5e36683ff2
1 ficheiros alterados com 0 adições e 2 exclusões
  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: