You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because method getPrimaryOutput return the reference but copy. I recommend use unlockStack = pattern.getPrimaryOutput().copy(); in line 1164. @zeng-github01
Describe the bug
PatternHelper will be changed when crafting results return network in lock crafting mode.
Applied-Energistics-2/src/main/java/appeng/helpers/DualityInterface.java
Line 1543 in 7f2318f
Because method
getPrimaryOutput
return the reference but copy. I recommend useunlockStack = pattern.getPrimaryOutput().copy();
in line 1164.@zeng-github01
Applied-Energistics-2/src/main/java/appeng/helpers/DualityInterface.java
Line 1164 in 7f2318f
To Reproduce
unlockStack
has wrong item count.Additional context
ME network
Pattern and me interface
Wrong crafting plan
Other things
At first craft job, craft complete notice are show when first item insert to interface. It should be show after all item returns.
The text was updated successfully, but these errors were encountered: