mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 19:55:33 +00:00
Tuned TNT force
This commit is contained in:
parent
4a2e3d3611
commit
24211764ce
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user