瀏覽代碼

Fixed Potatoes and Carrots not awarding XP.

GJ 12 年之前
父節點
當前提交
5e36683ff2
共有 1 個文件被更改,包括 0 次插入2 次删除
  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: