
Game sometimes crashes when shift + click
Binekrasik opened this issue ยท 4 comments
Recently I was playing my survival world, nothing special, but when I shift + clicked in furnace to add coal the game crashed. Here's my crash report.
Can confirm this happens to me also. Looks its caused by an exception loop in ItemRendererMixin
try {
doSwap(stack, matrices, model, x, y, cbi);
} catch (Exception e) {
SwapUtil.reset(); // Here is where loop is probably caused, maybe just default to normal swap without smoothing as temp fix
}