AE2 Stuff

AE2 Stuff

53M Downloads

[Bug] Incorrect number of ingridients on encoded pattern.

FREEZEball opened this issue ยท 3 comments

commented

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:

pic1
pic2

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

commented

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

commented

Hmm guess i broke something with the fix to #46

commented

No, no, it happened at 0.4.0.38 too, I just forgot to add an issue yesterday.