AE2 Unofficial Extended Life

AE2 Unofficial Extended Life

3M Downloads

ExtraCPUs Crafting Storage Multiblock Not Recognised

WaitingIdly opened this issue · 1 comments

commented

Describe the bug
This is a known issue from the developers of ExtraCPUs, and cannot be fixed from their end. This is a bug with default AE2.
ExtraCPUs is a mod that adds 256k, 1024k, 4096k, and 16384k Crafting Storages.
When building a Crafting Storage Multiblock, if you only use the ExtraCPU Crafting Storages, the multiblock visually forms, but does not register as a valid Crafting Storage. In order to fix this, you must include one or more AE2 Crafting Storages.
eg:
doesnt work: 1 extraCPU
works: 1 extraCPU + 1 ae2 crafting storage (1k, 4k, 16k, 64k)

To Reproduce

  1. Download additional required mods (ExtraCells2, ExtraCPUs)
  2. Create a basic ME system
  3. Place down a Crafting Storage from ExtraCPUs, visually forming the multiblock
  4. Create a pattern and request it
  5. See that the ME system does not recognize the existing multiblock
  6. Place down a single 1k from AE2 adjacent to the ExtraCPU block, and now it identifies correctly
  7. Request a recipe larger than 1k and see that the additional crafting storage works

Expected behavior
It should be recognized as a valid multiblock, as its crafting storage is >0.

Additional context
Report of this issue for ExtraCPUs: rlnt/minecraft-extracpus#4
Example of this issue existing in practice: Divine-Journey-2/Divine-Journey-2#9

Environment
Confirmed in both singleplayer and multiplayer, requires ExtraCPUs, and ExtraCells2.

commented