Video:
When you click on a recipe in the knowledge book, it isn't well detected and doesn't put the items from your inventory properly in the crafting bench. Basically:
Custom Item Recipes act as a material check when an ItemStack is given as ingridient.
Normal minecraft recipes check for ItemStacks instead of just the material. Which it shouldn't do.
This is tested on 1.13.2 and 1.14.4. And is still present in the latest version of the API.
- duplicates
-
SPIGOT-4351 Add a method to pass an item stack to shapeless receipes.
- Open