-
Notifications
You must be signed in to change notification settings - Fork 114
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
Comments
provide more info. one of my fluid behaviors must be wrong. what containes? does it happen when just those 2 modsare on? |
i tried clicking a jar with empty hand and putting a faucet next to a filled beehive and i couldnt replicate |
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 |
Installing either the Create mod or the Bumblezone mod alone works without issues |
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 |
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 |
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. |
Before Continuing:
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
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
The text was updated successfully, but these errors were encountered: