TwelveIterationMods / EiraIRC

No longer maintained.
MIT License
24 stars 13 forks source link

Chat affects CustomNPCs mod #357

Closed EzerArch closed 6 years ago

EzerArch commented 7 years ago

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: screen2

Using EiraIRC for a while: screen1 screen3

After 1 hour: 2017-01-06_23 20 48

NBT Editor: 2017-01-07_02 02 50