import bus imports liquid from Tinker's casting table
Spongman opened this issue ยท 3 comments
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
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.
Small suggestion:
Have a option to filter that says: "Items Only, Fluids Only, Both" Defaulting to both ofc
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).