[1.20.2] Can't connect to any servers
RuiNtD opened this issue ยท 7 comments
An internal error occurs when I connect to any server. Only mods installed are EMI and Fabric API.
Deobfuscated: class net.minecraft.world.item.crafting.RecipeHolder cannot be cast to class net.minecraft.world.item.crafting.Recipe
(Mojmap)
I have the same issue, but the output is a little different
Client disconnected with reason: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.ClassCastException: class net.minecraft.class_8786 cannot be cast to class net.minecraft.class_1860 (net.minecraft.class_8786 and net.minecraft.class_1860 are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @52aa2946)
Note: This happens because readRecipe
returns RecipeEntry
now, but the callback info still refers to Recipe
.
oh I was wondering where I touched recipe networking, thanks for figuring it out juuxel