Refined Storage

Refined Storage

115M Downloads

Fluids filling up interfaces

Closed this issue ยท 2 comments

commented

Describe the bug

I use interfaces with 'external storage' and 'crafting cards' to keep x amount of whatever in the system at all times. Unfortunately, the setup now has a problem that didn't exist in previous version. Whenever a liquid is added to my system, the liquid automatically goes to the interface inventory, either filling up empty slots, or filling slot that are already set to something else.

How can we reproduce this bug or crash?

  1. Set up and interface with an External Storage, a regular cable, and a crafting card.
  2. Add a liquid to the system that isn't one on the allow list of the disk drive containing the fluid storage disks.

What Minecraft version is this happening on?

Minecraft 1.21.1

What NeoForge or Fabric version is this happening on?

21.1.172

What Refined Storage version is this happening on?

2.0.0-beta.2

Relevant log output

n/a
commented

Your external storage needs to be in extract-only mode, this was also a requirement in RS 1.

commented

Your external storage needs to be in extract-only mode, this was also a requirement in RS 1.

Thank you. I forgot about that.