[Bug] Ceramic bucket get converted to an iron bucket
benbenlaw opened this issue · 6 comments
Version Info
- Minecraft, 1.16.5
- Trash Cans, 1.0.9
Description of the Bug
Gives a iron bucket in a fluid trash can in stead on a ceramic one when those buckets are used
Steps to Reproduce
install https://www.curseforge.com/minecraft/mc-mods/ceramic-bucket
Yes, it's because I check if it's an instance of the BucketItem
class and not the actual bucket item.
I think, this line causes this issue:
Yes indeed, only the water bottle doesn't, so no clue why I didn't just use that.