Serialization Hooks needs a bump
TropheusJ opened this issue ยท 3 comments
So funny story, Hexcasting was the perfect mod to hide the fact that Serialization Hooks literally didn't work in the first version.
Fixing it came with some breaking changes, which means that once Create 0.5 Fabric/Quilt is out (which includes a newer Porting Lib (which includes a newer Serialization Hooks)) the two won't be compatible until Hexcasting updates.
Should literally be a 2 line update for Hexcasting.
- Current version is
0.3.22
and works on 1.18 and 1.19. - Ingredient's
toNetwork
must start with writing aResourceLocation
to the buffer, which needs to be yourIngredientDeserializer
's ID.
If there's any issues let me know.
Handled as part of bd83348