
Recipe Support (RecipeSerializer, RecipeType) is broken in /dev
aws404 opened this issue ยท 2 comments
In the /dev branches, uppon joing a server with custom RecipeSerializers/Types registered, the client disconnects. I believe the cause is that the SynchronizeRecipesS2CPacketMixin has been annotated with @Environment(EnvType.CLIENT)
and moved into the client
section of polymer.mixins.json
.