mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Updated protocol details, anvil menu creation
This commit is contained in:
@ -80,7 +80,7 @@ class Anvil extends Fallable{
|
||||
|
||||
public function getDrops(Item $item){
|
||||
return [
|
||||
[$this->id, 0, 1],
|
||||
[$this->id, 0, 1], //TODO break level
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user