mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Bedrock breakeable
This commit is contained in:
parent
93fa008acb
commit
5bca4242c2
@ -28,7 +28,7 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
class BedrockBlock extends SolidBlock{
|
||||
public function __construct(){
|
||||
parent::__construct(BEDROCK, 0, "Bedrock");
|
||||
$this->isBreakable = false;
|
||||
$this->isBreakable = true;//$this->isBreakable = false;
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user