Less duplication, more consistency

This commit is contained in:
dktapps
2016-07-12 19:25:04 +01:00
committed by Dylan K. Taylor
parent 97f6b80969
commit 2a4f85107d
6 changed files with 457 additions and 652 deletions

View File

@ -26,7 +26,7 @@ use pocketmine\item\Tool;
class BrewingStand extends Transparent{
protected $id = self::BREWING_STAND;
protected $id = self::BREWING_STAND_BLOCK;
public function __construct(){