
bug by right click with mods bucket
GalaxyOfZero opened this issue ยท 4 comments
Describe the bug
when right click with a bucket from the mods Forbidden & Arcanus and Wooden buckets on a wooden crucible, turn into an bucket from Minecraft
To Reproduce
Steps to reproduce the behavior:
- Place block ' wooden crucible'
- Right click on ' Bucket, see describe'
- Do thing ' turn into Minecraft bucket'
Expected behavior
report from modpack
GalaxyOfZero/Skyfriends#1
Screenshots
https://youtu.be/c1Gv9egGDDI
Version
Minecraft Version: 1.16.5
Forge Version: 32.2.5
Ex Nihilo: Sequentia Version: 1.16-20211123-032540.
The Crucible isn't from Ex Nihilo but from ex compressum, which isn't our mod, so please report it to Ex Compressum github
I do not believe that this is an issue with Ex Nihilo. The buckets from Frobidden & Arcanus use the default FluidBucketWrapper which uses the Minecraft Forge FluidUtils#getFilledBucket method to determine which bucket to return. Since the fluid being filled is water, the aforementioned method returns the vanilla water bucket. I suspect that the same issue occurs with Wooden Buckets. I believe this may be an issue with Minecraft Forge and will see what I can uncover.
To echo what Blay said: Ex Nihilo "uses Forge's default fluid handler interaction, this is either an issue in Forbidden & Arcanus or Forge."