Vanilla Parts

Vanilla Parts

31k Downloads

[Crash (client?)] placing torch between fence and block

supersaiyansubtlety opened this issue ยท 5 comments

commented

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)?

commented

I'm using libnetworkstack-base-0.4.3 already

commented

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).

commented

0.4.4-pre.1 fixes it, thanks.
Not sure if that closes the issue since #21 is still open?

commented

0.4.4-pre.1 fixes it, thanks.

Hooray :)

Not sure if that closes the issue

Not quite, since I need to release an updated version of LibMultiPart that includes LNS, then Juuxel can release an updated version of VanillaParts that includes both updated versions.