Some of the recipes do not work until you unlock the recipe normally - Fabric 1.20.1
ImpSpy2 opened this issue ยท 6 comments
Some of the recipes such as the bowl and chest are unlocked and available in the recipe book when you have the required ingredients but selecting them does nothing. Having the instant craft enabled also does not craft them, you are only able to start crafting them from the recipe book once you have already crafted them manually.
Tested on both 1.8 and 1.8.2.
@TauCubed can you make a PR for that branch just so we can track this
When you select them does it show a ghost recipe? Or does it just do nothing?
IIRC I didn't implement that code as I figured Minecraft would unlock those recipes when you gained the ingredients. Therefor I just setup a ghost recipe system.
If you don't have the ingredients in your inventory it will show a ghost recipe but if you have the necessary ingredients it will do nothing when you select it.
I've made a branch containing a WIP fix for this. It hasn't been tested much and doesn't currently support batch crafting.
It adds an option to the new recipes
settings tab that allows you to enable forcePlaceRecipe
where the client will manually place the selected recipe into the crafting grid.
I might work on this some more later.