Regenerated block/item id lists and refactored some names for consistency with MCPE

This commit is contained in:
Dylan K. Taylor
2017-08-04 12:16:44 +01:00
parent 3048a3b39b
commit 561d8e7a39
39 changed files with 301 additions and 282 deletions

View File

@ -27,10 +27,10 @@ use pocketmine\item\Tool;
class NetherBrickStairs extends Stair{
protected $id = self::NETHER_BRICKS_STAIRS;
protected $id = self::NETHER_BRICK_STAIRS;
public function getName(){
return "Nether Bricks Stairs";
return "Nether Brick Stairs";
}
public function getHardness(){