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

There is some mess in game log #115

Open
moonfather1 opened this issue Jul 16, 2024 · 6 comments
Open

There is some mess in game log #115

moonfather1 opened this issue Jul 16, 2024 · 6 comments
Assignees
Labels
Bug Something isn't working

Comments

@moonfather1
Copy link
Contributor

on startup GC outputs a bunch of warnings to the log saying "Unknown recipe category".

mc 1.20.1

@Hojosa
Copy link
Contributor

Hojosa commented Jul 16, 2024

looking at the output, its because our custom recipes have no recipe category assigned.
that should be fixable by adding "category": "misc", etc to the json files

@Alatyami Alatyami added the Bug Something isn't working label Aug 5, 2024
@Alatyami Alatyami added this to the 9.2.0 milestone Aug 5, 2024
@Alatyami
Copy link
Member

Alatyami commented Aug 5, 2024

Looking into this ... for custom recipe serializer, we have not been able to populate the category as it is not part of the Recipe interface.

@Alatyami Alatyami self-assigned this Aug 5, 2024
@Alatyami
Copy link
Member

Alatyami commented Aug 5, 2024

There is a way to add a custom recipe type to the recipe book.

@Alatyami Alatyami removed this from the 9.2.0 milestone Aug 5, 2024
@Alatyami
Copy link
Member

Alatyami commented Aug 5, 2024

Moving to next release.

@moonfather1
Copy link
Contributor Author

why would you add anything to the recipe book?

but really, there is a lot of error text in the log.

@Alatyami
Copy link
Member

Alatyami commented Aug 6, 2024

Mojang tries to add it to recipe book from the recipe registry. This is a common problem that all modders have if you make a recipe serializer. When I did the porting to 1.20 there wasn't a way to squash the warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

3 participants