Fixed Quartz Blocks not getting placed correctly

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-08 23:05:57 +01:00
parent 5c17f77bcc
commit bc5516867c

View File

@ -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",