ソースを参照

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 YELLOW_FLOWER:
             case COCOA:
             case COCOA:
             case EMERALD_ORE:
             case EMERALD_ORE:
-            case CARROT:
-            case POTATO:
                 return true;
                 return true;
 
 
             default:
             default: