From a011ad8fb678d27c74bbc4474d3a7a6462261d30 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 10 Sep 2013 20:11:31 +0200 Subject: [PATCH] Reverted DIAMOND_HOE to IRON_HOE --- src/API/BlockAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API/BlockAPI.php b/src/API/BlockAPI.php index e0927f854..05318d0c8 100644 --- a/src/API/BlockAPI.php +++ b/src/API/BlockAPI.php @@ -127,7 +127,7 @@ class BlockAPI{ array(SEEDS, 0), array(MELON_SEEDS, 0), array(DYE, 15), //Bonemeal - array(DIAMOND_HOE, 0), + array(IRON_HOE, 0), array(CAKE, 0), array(FLINT_STEEL, 0), array(DIAMOND_SWORD, 0),