Fixed ordering of blocks list and duplicated RedstoneTorch registration

This commit is contained in:
Dylan K. Taylor
2017-08-03 15:27:35 +01:00
parent 8a02dbb15a
commit ca3cf3e067
3 changed files with 25 additions and 22 deletions

View File

@ -25,11 +25,7 @@ namespace pocketmine\block;
class RedstoneTorch extends Torch{
protected $id = self::REDSTONE_TORCH;
public function __construct($meta = 0){
$this->meta = $meta;
}
protected $id = self::LIT_REDSTONE_TORCH;
public function getName(){
return "Redstone Torch";