-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Bug]: When I press E to open inventory then game crashed #45
Comments
Thanks for your report! Seems to be a compatibility issue with Quark or HerbalBrews. I will look into that when I have time. |
@PhilTheGreatLOL Which mod is adding the item "mint_green_tea_bucket" or a "mint_green_tea" fluid? |
|
@PhilTheGreatLOL Thanks for your quick answer. Some research has shown, that you already opened an issue at the corresponding repository: It seems that the generated tea fluids of Respiteful try to return an item called "_bucket". This item does not exist. The same issue seems to occur in other mods as well:
The fluids are generated with a library, which "supports" fluids without buckets by calling a method This library is Registrate (tterag1098) and there is already a PR which should fix that issue: So the only thing I can say to you: BucketLib is not compatible with Respiteful since Respiteful is registering the fluids differently or the bug is fixed in Registrate. |
I added a workaround for the game crash by catching the specific exception that is thrown in this scenario for BucketLib in the upcoming versions:
But the fluids are not compatible with BucketLib and the log will show related error messages. I highly recommend to not use Respiteful in combination with other mods that are dealing with fluids (Thermal Foundation, Create, ...) until the related issues of Respiteful (DragonsPlusMinecraft/Respiteful#23) and/or Registrate (tterrag1098/Registrate#69) are fixed. |
Minecraft Version
1.20.1
Mod Loader
Forge
Mod Loader Version
Forge
Mod Version
1.20.1-2.3.4.1
Modpack or other Mod
None or Unknown
Describe the Issue
In creative mode, When I decided to open Inventory by press E but an unexpected error occurred then crash into desktop, Can you fix with that?
Logs
crash-2024-08-24_00.29.45-client.txt
Do you use any performance-enhancing mods (e.g. OptiFine)?
Nothing
The text was updated successfully, but these errors were encountered: