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

Compatibility problem with BucketLib #23

Open
PhilTheGreatLOL opened this issue Aug 24, 2024 · 2 comments
Open

Compatibility problem with BucketLib #23

PhilTheGreatLOL opened this issue Aug 24, 2024 · 2 comments

Comments

@PhilTheGreatLOL
Copy link

PhilTheGreatLOL commented Aug 24, 2024

When I open inventory in creative mode then game crashed for unexpected error occurred
Also tea recipes in JEI are absent too.
crash-2024-08-24_00.29.45-client.txt

@cech12
Copy link

cech12 commented Aug 27, 2024

It seems that the generated tea fluids of your mod try to return an item called "_bucket". These items does not exist. The same issue seems to occur in other mods as well:

As far as I can see, your tea fluids are generated with a library, which "supports" fluids without buckets by calling a method nobucket(), that is also called:

This library is Registrate (tterag1098) and there is already a PR which should fix that issue:
tterrag1098/Registrate#55
But nothing happens since a year.
I opened a new issue: tterrag1098/Registrate#69

To fix the isues, I would recommend to registrate your fluids in a different way by using another library or use the Forge functionalities for this purpose. :)

@KooBaby
Copy link

KooBaby commented Aug 30, 2024

hoping this gets fixed asap now that someone has literally pointed out the exact cause of these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants