Taterzens [Fabric]

Taterzens [Fabric]

86.3k Downloads

Compat issue (ctd, Identity)

codegavran opened this issue ยท 5 comments

commented

Running Identity 1.12 and Taterzens 1.0, trying to open the identity gui causes a ctd.

I'm not familiar enough with MC mod dev to troubleshoot really, but it's almost certainly a compatibility issue between the two mods.

Crash log: https://pastebin.com/Sm3Mh1Jc

Identity Issue Tracker x-post: Draylar/identity#183

commented

Ah, yeah, I see, TaterzenNPC constructor assumes that the world's server is not null.

commented

Dang, you found that fast! :D Can ya just give it an exception handler and it'll work or is it more complicated than that?

commented

I'll see. First I have to find out how Identity works. :)

commented

Diving into this now; Taterzens just specify a PlayerEntity renderer (just to prevent crashes as it is actually not needed, because the mod operates server-side only), which in this case isn't applicable.

commented

image
Fixed :)