mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Regenerated block/item id lists and refactored some names for consistency with MCPE
This commit is contained in:
@ -28,7 +28,7 @@ use pocketmine\item\Tool;
|
||||
|
||||
class Glowstone extends Transparent{
|
||||
|
||||
protected $id = self::GLOWSTONE_BLOCK;
|
||||
protected $id = self::GLOWSTONE;
|
||||
|
||||
public function __construct($meta = 0){
|
||||
$this->meta = $meta;
|
||||
|
Reference in New Issue
Block a user