Assembly with custom recipes can skip item result
DevDyna opened this issue ยท 0 comments
Describe the bug
I have made multiple custom recipes using Assembly to make items where some recipe require many steps like drill-laser-drill but it return ignoring the extra step
How to reproduce the bug
1.0 Make some custom recipes using like a datapack aaaa.zip where laser and drill was used
1.1 with an extra step (with drill on this example)
2. Insert on a container the first item and add laser & drill program on assembly controller
3. wait until it finish and you can see that it will return the 3rd
Expected behavior
Item result will return the 2rd not the 3rd item result after 2rd "animation"
Additional details
kubejs script
also tested with crafttweaker and vanilla datapacks
Which Minecraft version are you using?
1.19
Which version of PneumaticCraft: Repressurized are you using?
pneumaticcraft-repressurized-1.19.2-4.3.15-52
Crash log
No response