mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fixed block-pick on crops giving the crop block itself
This commit is contained in:
@ -50,4 +50,8 @@ class Wheat extends Crops{
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
public function getPickedItem() : Item{
|
||||
return ItemFactory::get(Item::WHEAT_SEEDS);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user