mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +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");
|
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