Fluid Drawers Legacy

Fluid Drawers Legacy

1M Downloads

Issue with Drawer Controllers and Drawer Controller Slaves

mcm opened this issue ยท 8 comments

commented

Game Version, Launcher Version, Mod Version

MC 1.20.1

Forge 47.2.0

Fluid Drawers Legacy 4.1.3-release

Problem Description

Drawer contents don't drain when fluids are pulled from a drawer controller or a drawer controller slave. When a pump is used to pull directly from the drawer, the contents drain as expected. Fluids can be pumped into both drawer controllers and drawer controller slaves. But when a pump is connected to either a drawer controller or a drawer controller slave, the contents of the fluid drawer don't change.

commented

Ahhh should've specified! I'm using pipes from the Create mod, and yes - if I pump away from the drawer controller, the level of fluid goes up in the tank but doesn't go down in the drawer.

commented

Added screenshots of what works (direct to the drawer) and what doesn't (pulling from the controller). With the controller, the tank will just keep filling and the drawer will stay at 1B

2024-02-11_22 02 26
2024-02-11_22 02 36

commented

you mean controller or controller slave don't change the fluid in the drawers which is belong to them? let me check it.

commented

image
image
the cable in Cyclic works. which mod are you using?

commented

I'll double check.

commented

image
This problem is somewhat special. Create uses a special method to extract fluid, and the code happened to produce an incorrect variable pointer during a certain update. It doesn't crash the game and is used less often, which I think is why this issue has gone undetected.
Thank you very much for identifying this issue, a fix will be released at a later date.

commented

The file has been uploaded to Curseforge, it will take about a few dozen minutes.

commented

Just updated and confirmed it's working as expected. Thanks so much!