Supplementaries

Supplementaries

127M Downloads

[๐Ÿž]: Infinite Fluid Bug

weaz12 opened this issue ยท 3 comments

commented

Before Continuing:

  • Check you are using the latest version of the mods and its dependencies
  • Always include a latest.log if you are crashing
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version

1.20.1-FORGE

Supplementaries Version

1.20-3.2.14

Moonlight Lib Version

1.20-2.13.81

Describe Issue

By placing a bucket of any fluid into the buffer of a Modular Router, and then attaching a Supplementaries faucet.....an infinite amount of that fluid can be extracted.

I suspect the problem could be related to https://github.com/MehVahdJukaar/Supplementaries/blob/1.20-backport/forge/src/main/java/net/mehvahdjukaar/supplementaries/common/utils/forge/FluidsUtilImpl.java#L56

commented

Yeah I don't have control over what mods do when they contain a fluid. Report there

commented

My bad I thought you meant an issue with lumisenw fluid. I'll have a look

commented

so I dont see any issue with my code there, that code you highlighter simply simulates extracting a fluid from a tank to see whats in it. if the tank doesnt respect th cotract and changes its state then its its issue. Theres also some other code above that that actually drains the tank. Does this happen with tanks from other mods? if not then its very likely this s an issue of that mod as i'm interacting with those tank though forge API so there isnt much room for inconsistencies there