craft bug
gjmhmm8 opened this issue · 4 comments
Describe the bug
This recipe can be produced normally in the latest version, but it cannot be processed in parallel.
#7717
How to reproduce the bug
Expected behavior
Process this recipe in parallel using the maximum available quantity.
#7717
Additional details
No response
Which minecraft version are you using?
1.20
On which mod loaders does it happen?
Forge
Crash log
this is a limitation of the way that catalyst recipes are handled in ae2.
ae2 will detect that it only needs one of the catalysts to finish the recipes.
however by only taking one of the catalysts, it can't do this recipe in parallel.
Why can’t multiple catalysts be used simultaneously to complete the recipe in parallel?
This is just a duplicate of #7717 (opened by the same user)