Ex Nihilo: Sequentia

Ex Nihilo: Sequentia

9M Downloads

bug by right click with mods bucket

GalaxyOfZero opened this issue ยท 4 comments

commented

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:

  1. Place block ' wooden crucible'
  2. Right click on ' Bucket, see describe'
  3. 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.

AB#103

commented

The Crucible isn't from Ex Nihilo but from ex compressum, which isn't our mod, so please report it to Ex Compressum github

commented

I have also tested it on Ex Nihilo and it is the same bug

commented

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.

commented

To echo what Blay said: Ex Nihilo "uses Forge's default fluid handler interaction, this is either an issue in Forbidden & Arcanus or Forge."