
[Crash (client?)] placing torch between fence and block
supersaiyansubtlety opened this issue ยท 5 comments
java.lang.ClassCastException: net.minecraft.class_3244 cannot be cast to net.fabricmc.fabric.api.network.PacketContext
yay, my fault :/
Can you try the fix in #21 (updating LibNetworkStack manually)?
Hmmm. Can you try 0.4.4-pre.1 instead then? It turns out I missed one of the places where this could crash in 0.4.3.
(As a sidenote: sadly minecraft doesn't log the full stacktrace for these what the actual cause of this is - you'd probably have to run a full dedicated server to see).
0.4.4-pre.1 fixes it, thanks.
Not sure if that closes the issue since #21 is still open?