BucketLib

BucketLib

6M Downloads

[Bug]: Incompatiblity between Mekanism's Basic Fluid Tank and BucketLib

PiotrO15 opened this issue · 3 comments

commented

Minecraft Version

1.20.1

Mod Loader

Forge

Mod Loader Version

47.3.33

Mod Version

2.3.5.2

Modpack or other Mod

Mekanism 10.4.14.71

Describe the Issue

Mekanism's basic fluid tank, when filled with water or other fluids, can be used in recipes that use BucketLib's fluid ingredient.
The problem is that when the crafted item is taken out of the crafting table, the tanks get fully removed.
Affects only basic fluid tank (and not the upgrades).

  1. Install Mekanism along with BucketLib.
  2. Craft a cake, but instead of milk buckets use basic fluid tanks with milk.
  3. The cake should be crafted, but fluid tanks are fully removed.

This was already reported on Mekanism's repo, but was considered BucketLib issue: mekanism/Mekanism#8335

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine)?

No response

commented

Thanks for the report!
I find it strange that this issue only affects the basic tanks but not the others. It’s likely that the basic tanks don’t return a crafting remaining item, which would make this an issue on the Mekanism mod side. However, I’ll take a look at it when I have time.

commented

@PiotrO15 The issue is, that the Mekanism tank items are not returning a craftingRemainingItem. I only can fix it that the ingredient is now ignoring Mekanism items without a craftingRemainingItem. But this means, that the tanks cannot be used as ingredient.

commented

The change was released in the following versions:

  • 1.21.3-4.2.0.5
  • 1.21-4.1.2.1
  • 1.20.6-3.3.1.2
  • 1.20.4-3.2.2.2
  • 1.20.1-2.3.5.3