mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Added Quartz Stairs to placement
This commit is contained in:
parent
a3260814b8
commit
e15392f7bc
@ -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");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user