Chat affects CustomNPCs mod
EzerArch opened this issue ยท 0 comments
Using: EiraIRC-mc1.7.10-2.9.402
Not totally sure if it's on EiraIRC's end, or CustomNPCs'. Whenever I use EiraIRC with CustomNPCs mod, the my NPCs' world dialogue lines are modified by appending their own names with "<" and ">" before the string.
Say I have a NPC is called Blay with the dialogue line "Hello player!". Every time the NPC attempts to interact with me, this is what happens:
"Hello player!"
"<Blay> Hello player!"
"<Blay> <Blay> Hello player!"
"<Blay> <Blay> <Blay> Hello player!"
And it is saved in the entity's NBT data, so that I have to remove them after using EiraIRC.
Not sure if EiraIRC is affecting CustomNPCs or CustomNPCs is copying EiraIRC behavior and rewriting its own dialogue lines.
Screenshots:
CustomNPCs mod's World Dialogue UI before using EiraIRC: