Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐞]: The faucet always draws out honey from Bumblezone when extracting honey from other mods #1342

Open
5 tasks done
SSWTLZZ69 opened this issue Feb 4, 2025 · 7 comments
Labels
1.20.1 Minecraft Version bug Something isn't working

Comments

@SSWTLZZ69
Copy link

Before Continuing:

  • Check you are using the latest version of the mods and its dependencies
  • Always include a latest.log if you are crashing
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version

1.20.1-FORGE

Supplementaries Version

supplementaries-1.20-3.1.12

Moonlight Lib Version

moonlight-1.20-2.13.58-forge

Describe Issue

Whether from the hive or other fluid containers, the honey drawn by the faucet will become honey from the Bumblezone mod, regardless of which mod the honey originally came from

@SSWTLZZ69 SSWTLZZ69 added the bug Something isn't working label Feb 4, 2025
@github-actions github-actions bot added the 1.20.1 Minecraft Version label Feb 4, 2025
@MehVahdJukaar
Copy link
Owner

provide more info. one of my fluid behaviors must be wrong. what containes? does it happen when just those 2 modsare on?

@MehVahdJukaar
Copy link
Owner

i tried clicking a jar with empty hand and putting a faucet next to a filled beehive and i couldnt replicate

@SSWTLZZ69
Copy link
Author

I added the Create mod which adds its own honey fluid. After placing two fluid tanks and using a faucet to transfer the honey between them, I noticed the Create-mod honey in the source tank was converted into Bumblezone-mod honey during the transfer process. Anyway here's the video demonstration:

2025-02-05.13-01-46.mp4

@SSWTLZZ69
Copy link
Author

Installing either the Create mod or the Bumblezone mod alone works without issues

@MehVahdJukaar
Copy link
Owner

took me ages to test because importing create fabric is absolutely obnoxious as it has 30+ dependencies nested ones too. Anyways i understand the issue finally, this ismore of an accidental (or not) feature. my containers have their own fluid system which and have equivalent of existing stuff. conversion has a priority tho so all equivalent honey fluids are conveted into my fluids and then spit back out when extracted as the first fluid with higest priority. same happens with milk and lava

@MehVahdJukaar
Copy link
Owner

if those 2 fluids from those 2 mods dont behave the same well they are proably missing tags and they should as honey is more of a vanilla concept

@SSWTLZZ69
Copy link
Author

Got it! For some reason, I just want one fluid. If it's too tricky to fix, I'll probably just add a conversion recipe for it anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20.1 Minecraft Version bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants