mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added Single Explosions [ignite TNT using fling & steel]
This commit is contained in:
@ -33,6 +33,7 @@ class WoodBlock extends SolidBlock{
|
||||
);
|
||||
$this->meta &= 0x03;
|
||||
$this->name = $names[$this->meta];
|
||||
$this->hardness = 10;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user