-
Notifications
You must be signed in to change notification settings - Fork 38
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
1.20.5 port tm #217
1.20.5 port tm #217
Conversation
src/main/java/io/wispforest/owo/serialization/util/EndecRecipeSerializer.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this change comes from the change to use the ItemStack Codec in the RecipeManagerMixin
? I noticed the else still has a field for getting "item" on line 42
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, i changed it because vanilla uses the main ItemStack codec now and this recipe started logging errors
Co-authored-by: Noaaan <[email protected]>
…'RegistryOps' and endec's 'REGISTRIES' attribute is still missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very epic port, thanks for laying down the foundation here 🦉
:poggus: