mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Fixed #2037
This commit is contained in:
parent
97c87aa8fa
commit
dcfb7a7ac4
@ -34,6 +34,7 @@ class DoubleSlab extends Solid{
|
|||||||
4 => "Brick",
|
4 => "Brick",
|
||||||
5 => "Stone Brick",
|
5 => "Stone Brick",
|
||||||
6 => "Quartz",
|
6 => "Quartz",
|
||||||
|
7 => "",
|
||||||
];
|
];
|
||||||
$this->name = "Double " . $names[$this->meta & 0x07] . " Slab";
|
$this->name = "Double " . $names[$this->meta & 0x07] . " Slab";
|
||||||
$this->hardness = 30;
|
$this->hardness = 30;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user