mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +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{
|
class QuartzBlock extends SolidBlock{
|
||||||
public function __construct($meta = 0){
|
public function __construct($meta = 0){
|
||||||
parent::__construct(QUARTZ, $meta, "Quartz Block");
|
parent::__construct(QUARTZ_BLOCK, $meta, "Quartz Block");
|
||||||
$names = array(
|
$names = array(
|
||||||
0 => "Quartz Block",
|
0 => "Quartz Block",
|
||||||
1 => "Chiseled Quartz Block",
|
1 => "Chiseled Quartz Block",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user