Create

Create

86M Downloads

No Infinite Draining Tag not respected

NielsPilgaard opened this issue ยท 1 comments

commented

Fluids blacklisted for infinite draining can still be drained infinitely.

It looks like this line is the culprit:

return maxBlocks() != -1; // && !AllFluidTags.NO_INFINITE_DRAINING.matches(fluid);

Versions

  • create-mc1.16.5_v0.3.2d
  • Forge-1.16.5-36.2.2
commented

Sorry about that, I just uncommented that part so it should work properly in the next release.