
[Bug]: Incompatiblity between Mekanism's Basic Fluid Tank and BucketLib
PiotrO15 opened this issue · 3 comments
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).
- Install Mekanism along with BucketLib.
- Craft a cake, but instead of milk buckets use basic fluid tanks with milk.
- 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
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.
@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.