AppliedEnergistics / Applied-Energistics-2

A Minecraft Mod about Matter, Energy and using them to conquer the world..
https://appliedenergistics.github.io/
Other
1.43k stars 653 forks source link

import bus imports liquid from Tinker's casting table #6675

Closed Spongman closed 7 months ago

Spongman commented 2 years ago

Describe the bug

this never used to happen. import bus always used to wait until ingot was formed before importing it. now ingots never form, the liquid just gets imported into my AE2 system instead.

How to reproduce the bug

tinker's foundry, pour into casting table with attached import bus.

Expected behavior

wait for ingot to be cast.

Additional details

No response

Which minecraft version are you using?

1.18

On which mod loaders does it happen?

Forge

Crash log

no crash

Random832 commented 2 years ago

Unfortunately I suspect this is unsolveable due to regular import buses being able to import any type of object. You may need to use hoppers or another mod's item pipes, or a subnet that only has item storage, and import from there.

Speiger commented 2 years ago

Small suggestion: Have a option to filter that says: "Items Only, Fluids Only, Both" Defaulting to both ofc

shartte commented 2 years ago

Import buses not only import fluids and items. They are addon extensible, so it's sadly not just 2 states (items / fluids), it can be N states, making this a tad more difficult. Just use a storage bus with large filter / export bus, or import bus with filter capacity upgrades. (Or, use a subnet without fluid storage).