Added Single Explosions [ignite TNT using fling & steel]

This commit is contained in:
Shoghi Cervantes
2013-09-06 13:46:52 +02:00
parent 41b1a0f991
commit 94f8cfb59b
77 changed files with 134 additions and 32 deletions

View File

@ -33,6 +33,7 @@ class WoodBlock extends SolidBlock{
);
$this->meta &= 0x03;
$this->name = $names[$this->meta];
$this->hardness = 10;
}
}