Custom Recipes: charcoal not available as ingredients
ZhaoZuohong opened this issue ยท 2 comments
Versions
CraftBook version: Both latest stable(3.10.2;21180b0) and latest dev build(3.10.3-SNAPSHOT;4635-df13f9f)
Bukkit version: paper-131(latest paperspigot)
Describe the bug
Custom recipes does not work when charchal is part of the ingredients of the recipes.
To Reproduce
- create a recipe, set charcoal as part of ingredients(see Additional context part for a prepared
crafting-recipe.yml
file); - launch game and try out.
Expected behavior
It is expected that the customized recipe works well.
Screenshots
Additional context
A typical crafting-recipes.yml
:
crafting-recipes:
shapelessexample:
type: shapeless
ingredients:
'minecraft:charcoal': 1
results:
'minecraft:cobblestone': 1
Actually, charcoal works well if it is specified as part of the result, but unfortunately, when it is part of the ingredients, the recipe does not work.