From 4cdb751a67b3c26f13e181d2eb8bdc4308a1b80f Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 27 Aug 2013 18:28:52 +0200 Subject: [PATCH] Removed fish items --- src/constants/ItemIDs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/ItemIDs.php b/src/constants/ItemIDs.php index cd597c752..f4de13b11 100644 --- a/src/constants/ItemIDs.php +++ b/src/constants/ItemIDs.php @@ -117,8 +117,8 @@ define("EGG", 344); define("COMPASS", 345); define("GLOWSTONE_DUST", 348); -define("RAW_FISH", 349); -define("COOKED_FISH", 350); +//define("RAW_FISH", 349); +//define("COOKED_FISH", 350); define("DYE", 351); define("BONE", 352); define("SUGAR", 353);