Incompatibility with Taterzens mod [Fabric]
samolego opened this issue ยท 4 comments
First of all, really impressive mod ๐ !
Immersive Portals (tested latest version immersive-portals-0.90-mc1.16.5-fabric
) seems to be incompatible with Taterzens (npc) mod.
The game itself doesn't crash, but NPCs are not visible (running /npc create test
prints success message). NPC does in fact exist (running /npc list
shows it), but there seem to be some render issues in combination with immersive portals.
Logs: https://pastebin.com/RrnpM9pA
To reproduce:
- install FAPI, Immersive portals & Taterzens
- run
/npc create test
I'd love to add support for the mod, but I am kinda confused as to why this happens ...
Wdym by player list entry
? Tablist?
Because Taterzens do actually send tablist add packet, but after some seconds, they're removed ...
Seems that Taterzens wants to spawn a faked player but the client player list entry does not have that player registered in and cause NPE
Post the full log. The error shown in the log is related with sound packets. Maybe taterzens does not register the sound. Vanilla swallows networking exceptions and IP logs the networking exception.
There may be entity spawning error later in the log
Sorry for not including the whole log earlier.