mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed handling of recipes that require a crafting table
This commit is contained in:
@ -36,4 +36,6 @@ interface CraftingRecipe extends Recipe{
|
||||
* @param UUID $id
|
||||
*/
|
||||
public function setId(UUID $id);
|
||||
|
||||
public function requiresCraftingTable() : bool;
|
||||
}
|
Reference in New Issue
Block a user