crafting: deprecate some stuff that's been removed on bleeding edge

This commit is contained in:
Dylan K. Taylor
2019-06-16 14:11:08 +01:00
parent ac5339414a
commit 4d54dc30c1
5 changed files with 25 additions and 3 deletions

View File

@@ -111,6 +111,11 @@ class ShapelessRecipe implements CraftingRecipe{
return $count;
}
/**
* @deprecated
*
* @param CraftingManager $manager
*/
public function registerToCraftingManager(CraftingManager $manager) : void{
$manager->registerShapelessRecipe($this);
}