Lowered TNT explosion force from 4 to 3

This commit is contained in:
Shoghi Cervantes
2013-09-07 12:28:18 +02:00
parent 6d2eea8887
commit 2271d0b6fc
2 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ class TNTBlock extends SolidBlock{
"x" => $this->x + 0.5,
"y" => $this->y + 0.5,
"z" => $this->z + 0.5,
"power" => 4,
"power" => 3,
"fuse" => 20 * 4, //4 seconds
);
$this->level->setBlock($this, new AirBlock(), false, false, true);