Cotton

Cotton

148k Downloads

Why block using a bucket on a cauldron?

sargunv opened this issue ยท 3 comments

commented

Why does Cotton disable vanilla's ability to empty a cauldron with a bucket? Seems like cauldron behaviors would work fine without explicitly blocking that feature (for example, cotton doesn't block doing the same with bottles). I'm hesitant to ship a mod depending on a library that changes vanilla functionality on its own.

https://github.com/CottonMC/cotton/blob/b024f6415f318db02907a6f3e603cc92de8840cb/src/main/java/io/github/cottonmc/cotton/mixins/MixinCauldronBehavior.java#L34-L38

commented

Ah, that's an artifact from when we used to make it implement the fluid pickup stuff. I'll remove it quick.

commented

Thanks!

commented

New Artifactory version now no longer has this.