mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-13 05:15:13 +00:00
Added correct clay blocks
This commit is contained in:
parent
f224c26084
commit
5e1dddaba0
@ -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),
|
||||
);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user