ghen-git / Thirst-Mod

Other
18 stars 11 forks source link

NBT Data on Water Buckets causes tons of problems #150

Open RatElemental opened 2 months ago

RatElemental commented 2 months ago

Multiple modded items that need to be filled with water do not work with water buckets that have a purity state. I can confirm Reactive Alchemy Crucibles and Botania Petal Apothecaries at least, on 1.20.1

Attempted to blacklist minecraft:water_bucket in the config but it didn't fix the issue.

artemisSystem commented 2 months ago

For botania apothecaries, i believe the issue is that the water bucket's fluid handler does not return vanilla water, so the apothecary ignores it. Nbt on the bucket should be irrelevant in that case if i remember correctly how the code for that works.

mlus-asuka commented 2 months ago

here is my plan, we will have acceptable water without tag, so they can match the recipes

PermskyKit commented 1 week ago

here is my plan, we will have acceptable water without tag, so they can match the recipes Okay, it works, but how i can get this water in survival?