-
Notifications
You must be signed in to change notification settings - Fork 4
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
Missing Recipe #8
Comments
Not sure why, and we cannot reproduce the error. |
Oh odd |
Having the exact same issue. Enviroment of testing: The issue seems to be caused by the IRecipeType not being registered on Servers due to the limitation of the event to Client. (However allowing the event to also be executed on the server cases "Unknown recipe serializer minecraft:" and I gave up testing after that |
I‘ve also reproduced this error (unknown recipe serializer), but I'm not sure why this happened. |
What I can tell you is that when value = Dist.CLIENT is removed from this line, the mod correctly loads the recipe but causes an error when a client tries to join the server |
Indeed, that's why the error confuses me. |
It's the same with me,hope you can solve it.And when I check the recipe in JEI,it can cause to too long time for sever to wait and then crash. |
Still don't know why. Possible workaround: remove the easy or normal recipe which means the recipe will be fixed and there is no changeable option for it. If you feel comfortable with it, add 👍 reactions here, otherwise add 👎 |
Minecraft v1.16.5
Forge v36.1.32
Structure's Compass v1.1.0
When trying to check for a recipe for the compass while on my server, I noticed jei would not display it. Upon checking the server logs, I found this:
The text was updated successfully, but these errors were encountered: