Pattern provider and molecular automations
TriggedShura opened this issue ยท 7 comments
Describe the bug
When you do an automation that needs several processes, even if you have several molecular around the pattern, it doesn't send the items to the others to speed up the process, it does the process in the same, if the item needs 3 different crafts , even separating it into 3 different patterns, for example: I ask them to manufacture 20 workbenches, they only make 20 if they already have all the necessary wood
How to reproduce the bug
Just do any automation that needs more than 1 process to craft the item, a good item to test is the mystical agriculture essences
Expected behavior
The right thing was to work normally as it works in version 1.19, I used the mod in ATM modpack 6-8 and 9
Additional details
No response
Which minecraft version are you using?
1.20
On which mod loaders does it happen?
Forge
Crash log
My friend had found a problem with the mystical agriculture recipes, so I made an alternative system to test and it gave this error, but when I tested it again with other normal items it worked correctly, I think it is a direct problem with the mystical essence craft
Do you have any co-processors?
Look here for more info:
https://guide.appliedenergistics.org/#/1.20.1/ae2:items-blocks-machines/crafting_cpu_multiblock.md
If you are crafting mystcraft essences is that they usually need the crafting crystal, if you have one, the system can only use craft one at the time. If you'd made more crystals it could craft more at the same time. These are usually faster to craft via they RF Crafter
The system decides that one crystal is enough for all recipes and thus only uses a single one... This means that no craft is done in parallel.
Than the best solution is to export all but the highest downgradable tier of essence into external crafter and have crafting recipies for downgrade crafting only :)