mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Removed bedrock from unbreakable blocks
This commit is contained in:
parent
78c2a06623
commit
2034dbfb15
@ -81,7 +81,7 @@ class Material{
|
|||||||
);
|
);
|
||||||
static $unbreakable = array(
|
static $unbreakable = array(
|
||||||
0 => true,
|
0 => true,
|
||||||
7 => true,
|
//7 => true,
|
||||||
8 => true,
|
8 => true,
|
||||||
9 => true,
|
9 => true,
|
||||||
10 => true,
|
10 => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user