mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
EndPortal meta and Endstone breaktime
This commit is contained in:
@ -24,8 +24,8 @@ namespace pocketmine\block;
|
||||
use pocketmine\item\Item;
|
||||
|
||||
class EndPortal extends Solid{
|
||||
public function __construct(){
|
||||
parent::__construct(self::END_PORTAL, 0, "End Portal");
|
||||
public function __construct($meta = 0){
|
||||
parent::__construct(self::END_PORTAL, $meta, "End Portal");
|
||||
$this->hardness = 18000000;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user