ChosenArchitect / Project-Architect-2

For issue regarding the Project Architect 2 Modpack
10 stars 1 forks source link

Processing patterns for AE2 do not work that contain an Industrial Foregoing Addon #269

Open gem45of99 opened 6 days ago

gem45of99 commented 6 days ago

Describe the bug A clear and concise description of what the bug is. ->Processing patterns for ae2 do not work that contain an Industrial Foregoing Addon. In trying to automate, the creation of "Addon: Speed Tier 3" the pattern cannot find the "Addon: Speed Tier 2" ingredient despite having a processing pattern that will create one. The "Addon: Speed Tier 2" pattern can be used to create one if directly created. If that created tier 2 addon is then placed in storage, the tier 3 pattern recipe still will not find it when trying to start the recipe. This also applies to the Efficiency and Processing addons.

To Reproduce Steps to reproduce the behavior:

  1. Have a setup AE2 system containing everything needed to craft am IF "Addon: Speed Tier 3" and "Addon: Speed Tier 2".
  2. Have an IF Dissolution Chamber connected to network with a pattern provider that contains processing patterns for "Addon: Speed Tier 3" and "Addon: Speed Tier 2" (use the tier 2 pattern that does not require the tier 1 addon).
  3. Initiate crafting of "Addon: Speed Tier 3" and observe that the AE2 Crafting Plan says that "Addon: Speed Tier 2" is unavailable. Cancel the craft.
  4. Initiate crafting of "Addon: Speed Tier 2" and observe that is crafted and place the craft addon in the AE2 storage system.
  5. Initiate crafting of "Addon: Speed Tier 3" and observe that the AE2 Crafting Plan says that "Addon: Speed Tier 2" is unavailable. Cancel the craft.

Expected behavior A clear and concise description of what you expected to happen. -> The processing pattern should be able to craft the Addons.

Screenshots If applicable, add screenshots to help explain your problem. (Use F2 to take a screenshot in-game)

Modpack version -> 4.5, 4.6, 4.7 Java Version -> Modpack Launcher Used -> FTB Desktop App Ram Allocated ->10 GB

Additional context Add any other context about the problem here. ->

Code-Kane commented 4 days ago

Issue is also present in Refined Storage.

ChosenArchitect commented 4 days ago

You have to use the item you crafted in the pattern as the ones from JEI don't hold the NBT needed

gem45of99 commented 2 days ago

I confirmed that if I create the process pattern using an existing addon instead of an addon from JEI that it does work. This seems unintuitive but thank you for the work around.