mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-25 12:54:03 +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{
|
class BedrockBlock extends SolidBlock{
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
parent::__construct(BEDROCK, 0, "Bedrock");
|
parent::__construct(BEDROCK, 0, "Bedrock");
|
||||||
$this->isBreakable = false;
|
$this->isBreakable = true;//$this->isBreakable = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user