ExtendedAE

ExtendedAE

17M Downloads

Precise storage bus not limiting ingredient to Reaction Chamber from Advanced AE but Circuit slicer

Zrmikstri opened this issue ยท 2 comments

commented

I am trying to build engineering process setup with Circuit Slicer and Reaction Chamber from Advanced AE. I am playing All the mod 9 to the sky 1.1.8 with Minecraft 1.20.1, AE2 15.4.2, Extended AE 1.20-1.4.2-forge, Advanced AE 1.1.2-1.20.1.

Here is my set up: 9 slicers for engineering circuit, 9 slicers for printed silicon, 18 reaction chamber. All machines are facing the same direction.

The upper red subnet part:

  • Is for receiving input from the main network and create circuits.
  • Contains controller, precise storage bus and interface for circuit slicer, precise storage bus for reaction chamber.
  • The precise storage bus then provide diamond blocks, silicon blocks, water to circuit slicers to create circuits. The storage buses are config to limit 4 diamond blocks, 0.1mb of water for engineering circuit and 4 silicon blocks, 0.1mb of water for printed silicon.
  • The slicer then output circuits and printed silicon to interfaces and then to precise storage busses for reaction chamber (config with 4 circuits, 4 printed silicon, 4 red stone, 0.1mb of water).

The lower green subnet part:

  • Contains controller, interface to receive output from reaction chamber, interface to pattern provider.

My problem:
Precise storage buses correctly limiting 1 block and 0.1mb of water for circuits slicer, 4 red stone and 0.1mb of water for reaction chamber. BUT fail to limit the engineering circuits and printed silicon for reaction chamber. For my setup 2 machines end up with 28 circuits and 28 printed silicon, 1 machine ends up with 4 circuits and 4 printed silicon, the rest have 4 red stone and 0.1mb of water.

Expected behavior:
The precise storage bus limiting 4 engineering circuits, 4 printed silicon, 4 red stone, 0.1mb of water for each 18 reaction chambers

I also provided precise storage bus config and my auto crafting patterns. Because I tried to create a compact setup, it may be hard to see. I will update the image if needed. Sorry for my bad English, I hope it does not bring you any inconvenience.

Image
Image
Image
Image
Image
Image
Image
Image

commented

You need to turn this on in your storage bus.

Image

Otherwise it can't detect the items in reaction chamber.

commented

Thank you very much!