mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Added correct clay blocks
This commit is contained in:
@ -30,4 +30,9 @@ class ClayBlock extends SolidBlock{
|
||||
parent::__construct(CLAY_BLOCK, 0, "Clay Block");
|
||||
}
|
||||
|
||||
public function getDrops(Item $item, Player $player){
|
||||
return array(
|
||||
array(CLAY, 0, 4),
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user