PFAA-Updates / PFAA-Issues

Issue/Bug tracker
0 stars 0 forks source link

Emptying a ceramic latex bowl into a nearly full barrel deletes excess latex #12

Open Redquaker opened 1 month ago

Redquaker commented 1 month ago

For example, if you deposit 200 mB of latex into a barrel at 9950 mB level, it will store the 50 mB it can hold and delete the excess 150 mB instead of leaving it in the bowl to be deposited into another barrel.

xenten9 commented 1 month ago

Wouldn't this be an issue with Shurgents TFC addon? I can take a look to see if there are any possible fixes in vanilla TFC but I am not too hopeful.

Sukasa commented 1 month ago

If that's TFCTech then my bad. I might be able to fix it with a mixin from PFAA Tweaks if so

xenten9 commented 1 month ago

image Here is the changes I made although it already had support for overflow of fluids. I think whats happening is that shurgents doesn't check to see the remaining amount of the fluid stack and instead just sends and if it sends at all then it sets the item stack to empty bowl.

xenten9 commented 1 month ago

image Could be this?

xenten9 commented 1 month ago

image In the same file is this as well which is where it likely goes but it just calls a super method.