diff --git a/src/API/BlockAPI.php b/src/API/BlockAPI.php index 3cca463e6..aa1656f99 100644 --- a/src/API/BlockAPI.php +++ b/src/API/BlockAPI.php @@ -28,6 +28,7 @@ class BlockAPI{ //Building array(STONE, 0), array(COBBLESTONE, 0), + array(BEDROCK, 0), array(STONE_BRICKS, 0), array(STONE_BRICKS, 1), array(STONE_BRICKS, 2), @@ -168,6 +169,22 @@ class BlockAPI{ array(CARPET, 10), array(CARPET, 9), array(CARPET, 8), + array(DYE, 0), + array(DYE, 7), + array(DYE, 6), + array(DYE, 5), + array(DYE, 4), + array(DYE, 3), + array(DYE, 2), + array(DYE, 1), + array(DYE, 15), + array(DYE, 14), + array(DYE, 13), + array(DYE, 12), + array(DYE, 11), + array(DYE, 10), + array(DYE, 9), + array(DYE, 8), //Tools //array(RAILS, 0), @@ -179,6 +196,7 @@ class BlockAPI{ array(TNT, 0), array(IRON_HOE, 0), array(IRON_SWORD, 0), + array(SHEARS, 0), array(BOW, 0), array(FLINT_AND_STEEL, 0), array(CLOCK, 0),