From 215141d55247ab92345bc829585b9005f56324cd Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Fri, 6 Sep 2013 17:40:07 +0200 Subject: [PATCH] Added Diamond Hoe, Flint & Steel and Diamond Sword to the Creative inventory --- src/API/BlockAPI.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/API/BlockAPI.php b/src/API/BlockAPI.php index 8cc05227f..c92a319f6 100644 --- a/src/API/BlockAPI.php +++ b/src/API/BlockAPI.php @@ -127,16 +127,16 @@ class BlockAPI{ array(SEEDS, 0), array(MELON_SEEDS, 0), array(DYE, 15), //Bonemeal - array(IRON_HOE, 0), + array(DIAMOND_HOE, 0), array(CAKE, 0), - array(EGG, 0), - array(IRON_SWORD, 0), + array(FLINT_STEEL, 0), + array(DIAMOND_SWORD, 0), array(BOW, 0), array(SIGN, 0), array(SPAWN_EGG, MOB_CHICKEN), array(SPAWN_EGG, MOB_COW), array(SPAWN_EGG, MOB_PIG), - array(SPAWN_EGG, MOB_SHEEP), + array(SPAWN_EGG, MOB_SHEEP), ); public static function fromString($str, $multiple = false){