[Bug] Incorrect number of ingridients on encoded pattern.
FREEZEball opened this issue ยท 3 comments
Trying to encode pattern with recipes of Applied Energistics 2's ME Dense Cable or ME Smart Cable results in incorrect number of needed ingridients:
Both recipes taken from NEI (shift-clicking the '?' button). Child recipes (colored cables) work correctly. Encoding same recipes with AE2 Pattern Terminal works correctly. When I try to auto-craft with these (or child) recipes, auto-crafting stuck on simulation mode.
Minecraft 1.7.10
Forge 10.13.4.1490
Applied Energistics rv2 stable 10
AE2Stuff 0.4.3.45
The issue was that some recipes had 0 sized stacks in NEI, which my code transfered into the pattern.
With this fix it will always force stack size to 1 for normal crafting.
Should be fixed in this build - http://jenkins.bdew.net/job/ae2stuff-1.7.10/46/artifact/build/libs/ae2stuff-0.4.3.46-mc1.7.10.jar
Hmm guess i broke something with the fix to #46