diff --git a/src/pocketmine/item/BlazePowder.php b/src/pocketmine/item/BlazePowder.php deleted file mode 100644 index cddf38a41d..0000000000 --- a/src/pocketmine/item/BlazePowder.php +++ /dev/null @@ -1,30 +0,0 @@ -block = Block::get(Block::BREWING_STAND_BLOCK); parent::__construct(self::BREWING_STAND, $meta, $count, "Brewing Stand"); } } diff --git a/src/pocketmine/item/Brick.php b/src/pocketmine/item/Brick.php deleted file mode 100644 index f9979708ee..0000000000 --- a/src/pocketmine/item/Brick.php +++ /dev/null @@ -1,32 +0,0 @@ -block = BlockFactory::get(Block::REDSTONE_WIRE); parent::__construct(self::REDSTONE, $meta, $count, "Redstone"); } diff --git a/src/pocketmine/item/Slimeball.php b/src/pocketmine/item/Slimeball.php deleted file mode 100644 index 21b07a7992..0000000000 --- a/src/pocketmine/item/Slimeball.php +++ /dev/null @@ -1,32 +0,0 @@ -block = BlockFactory::get(Block::TRIPWIRE); parent::__construct(self::STRING, $meta, $count, "String"); } diff --git a/src/pocketmine/item/Sugar.php b/src/pocketmine/item/Sugar.php deleted file mode 100644 index 65ff2cc142..0000000000 --- a/src/pocketmine/item/Sugar.php +++ /dev/null @@ -1,32 +0,0 @@ -isSword()) === false){ if(($type = $this->isShovel()) === false){ if(($type = $this->isHoe()) === false){ - $type = $this->id; + return false; } } } diff --git a/src/pocketmine/item/Wheat.php b/src/pocketmine/item/Wheat.php deleted file mode 100644 index ec12acefe7..0000000000 --- a/src/pocketmine/item/Wheat.php +++ /dev/null @@ -1,32 +0,0 @@ -