mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Correct block breaking
This commit is contained in:
@ -26,6 +26,10 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
*/
|
||||
|
||||
class Material{
|
||||
static $unbreakable = array(
|
||||
0,
|
||||
7,
|
||||
);
|
||||
static $transparent = array(
|
||||
0 => true,
|
||||
6 => true,
|
||||
|
Reference in New Issue
Block a user