Tuned TNT force

This commit is contained in:
Shoghi Cervantes 2013-09-06 22:17:13 +02:00
parent 4a2e3d3611
commit 24211764ce

View File

@ -31,7 +31,7 @@ class TNTBlock extends SolidBlock{
if(($player->gamemode & 0x01) === 0){ if(($player->gamemode & 0x01) === 0){
$item->useOn($this); $item->useOn($this);
} }
$explosion = new Explosion($this->level, $this, 4); $explosion = new Explosion($this->level, $this, 3);
$explosion->explode(); $explosion->explode();
return true; return true;
} }