mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Added Single Explosions [ignite TNT using fling & steel]
This commit is contained in:
@ -24,6 +24,7 @@ class BedBlock extends TransparentBlock{
|
||||
parent::__construct(BED_BLOCK, $type, "Bed Block");
|
||||
$this->isActivable = true;
|
||||
$this->isFullBlock = false;
|
||||
$this->hardness = 1;
|
||||
}
|
||||
|
||||
public function onActivate(Item $item, Player $player){
|
||||
|
Reference in New Issue
Block a user