mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 15:41:33 +00:00
Fixed Quartz Blocks not getting placed correctly
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user