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:
@ -25,6 +25,7 @@ class CakeBlock extends TransparentBlock{
|
||||
$this->isFullBlock = false;
|
||||
$this->isActivable = true;
|
||||
$this->meta = $meta & 0x07;
|
||||
$this->hardness = 2.5;
|
||||
}
|
||||
|
||||
public function onUpdate($type){
|
||||
|
Reference in New Issue
Block a user