TheStaticVoid / StaTech-Industry

Minecraft 1.19.2 modpack focused on Modern Industrializations
GNU General Public License v3.0
45 stars 13 forks source link

Can't automate the crafting of Molten Enderium with AE2 #499

Closed AlexDiego123 closed 3 days ago

AlexDiego123 commented 3 days ago

I can't automate the crafting of Molten Enderium with AE2 because there's apparently no way to input the items and fluids into two different hatches (item and fluid input hatch) with one ME pattern provider, i already tried connecting some pipes to the pattern provider or placing two of them in each of the hatches but it doesn't work. How do i fix this? I already tried searching mods that have like a buffer block that can hold items and fluids at the same time so i can then output the contents in the respective hatches but no luck.

truepurpledino commented 3 days ago

There is a way to separate fluid and item output into two hatches using only AE2 and subnetting. Here's a quick example taken from the discord (which you can join, if you need any help): image

AlexDiego123 commented 3 days ago

Thanks