TeamPneumatic / pnc-repressurized

A port of PneumaticCraft to MC1.12+
Other
122 stars 48 forks source link

Assembly with custom recipes can skip item result #1308

Open DevDyna opened 4 months ago

DevDyna commented 4 months ago

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


image


1.1 with an extra step (with drill on this example)

image

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