Added Quartz Stairs to placement

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-03 21:03:20 +01:00
parent a3260814b8
commit e15392f7bc

View File

@ -25,7 +25,7 @@ the Free Software Foundation, either version 3 of the License, or
*/
class QuartzStairsBlock extends TransparentBlock{
class QuartzStairsBlock extends StairBlock{
public function __construct($meta = 0){
parent::__construct(QUARTZ_STAIRS, $meta, "Quartz Stairs");
}