Hi,
I'm getting the following error when trying to join a server with the exact same KubeJS config as my client.
[player] lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.ClassCastException: class cofh.lib.util.crafting.IngredientWithCount cannot be cast to class net.minecraftforge.common.crafting.NBTIngredient (cofh.lib.util.crafting.IngredientWithCount is in module [email protected] of loader 'TRANSFORMER' @65cc5252; net.minecraftforge.common.crafting.NBTIngredient is in module [email protected] of loader 'TRANSFORMER' @65cc5252)
Even though this error looks like it's cofh related, I've narrowed it down to kubejs through disabling mods. I've added some cofh recipes, so I think it may be related to one of them. No KubeJS errors inside any of my logs, aside from the standard failed to get recipe errors. Any thoughts?