mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Block creating and property handling rewrite, part2
This commit is contained in:
@ -54,7 +54,7 @@ class StainedClay extends Solid{
|
||||
14 => "Red Stained Clay",
|
||||
15 => "Black Stained Clay",
|
||||
];
|
||||
return $names[$this->meta];
|
||||
return $names[$this->meta & 0x0f];
|
||||
}
|
||||
|
||||
public function getBreakTime(Item $item){
|
||||
|
Reference in New Issue
Block a user