Su5eD / IC2-Patcher

A tool to modify IndustrialCraft2 using binary patches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AE2 crafting of power-containing items

TheNumenorean opened this issue · comments

Describe the bug
Applied Energistics 2 cannot automatically craft recipes using any IC2 item which has power (e.g. lapotron crystals).

Unfortunately i have a suspicion that this is because of how IC2Experimental handles the item metadata, but hopefully its just how it created its recipes.

To Reproduce
Steps to reproduce the behavior:

  1. Create an AE2 pattern for the generator using an empty RE battery
  2. Add the pattern to an ME interface facing a Molecular Assembler
  3. Request that AE2 craft a generator
  4. Check the Crafting Status and notice that the recipe never makes progress.

Expected behavior
Like in IC2Classic the AE2 system should be able to automatically produce any derivative of an item which holds power.

Additional context

image

For anyone wondering, there's a workaround, watch this video.
From my own experience, if you overdo it (as in, have too many molecular assemblers that do this), or if you have molecular assemblers with a pattern inside them connected to an interface that does anything else it will cause the TPS to drop (there's also a lot of spam in the server log) so keep that in mind.
So keep every M.A. + Interface combo isolated from one another that uses this workaround.