Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Refine storage fluid storage not worken when external storage on sink #2110

Open
Ninizzzzz opened this issue Nov 2, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@Ninizzzzz
Copy link

Possible Fixes

Yes

Modpack Version

ATM9 0.3.2

What happened?

Put an external storage set as fluid on a sink (mod: cookingForBlockhead). Fluid storage will show the 2.1M bucket of water. Connect an importer to a dimensionnal tank (I used the mod DimStorage, but pretty sure the "on what" you connect the importer doesn't matter as long as it contain fluid). Also build a disk storage and put some fluid disk. Put fluid (other than water) in the storage.

Storage will get empty. Disk storage will still be empty (and fluid grid will not show the acquired fluid).

Work around : set the external storage priority < 0.

Bug guess : sink is basically an infinite storage and I guess refine storage check to store in the external first (to not uselessly fill the disk). I think the actual fix need to be on the sink to not accept anything else than water.

latest.log

No response

Developer reports

No response

@Ninizzzzz Ninizzzzz added the Bug Something isn't working label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant