mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Fixed Quartz Blocks not getting placed correctly
This commit is contained in:
parent
5c17f77bcc
commit
bc5516867c
@ -27,7 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
|
||||
class QuartzBlock extends SolidBlock{
|
||||
public function __construct($meta = 0){
|
||||
parent::__construct(QUARTZ, $meta, "Quartz Block");
|
||||
parent::__construct(QUARTZ_BLOCK, $meta, "Quartz Block");
|
||||
$names = array(
|
||||
0 => "Quartz Block",
|
||||
1 => "Chiseled Quartz Block",
|
||||
|
Loading…
x
Reference in New Issue
Block a user