mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-16 06:15:09 +00:00
Tuned TNT force
This commit is contained in:
@ -31,7 +31,7 @@ class TNTBlock extends SolidBlock{
|
||||
if(($player->gamemode & 0x01) === 0){
|
||||
$item->useOn($this);
|
||||
}
|
||||
$explosion = new Explosion($this->level, $this, 4);
|
||||
$explosion = new Explosion($this->level, $this, 3);
|
||||
$explosion->explode();
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user