It has
@Override public void addChatComponentMessage(ITextComponent chatmessagecomponent){}
But not
@Override public void addChatMessage(ITextComponent chatmessagecomponent){}
That's sendStatusMessage and sendMessage respectively, for people who aren't on out-of-date mappings.
Yes, sorry, I'm on 1.10, but seems like this problem still exists on 1.11 :P
Yeah I don't think 1.10.x will receive updates for minor issues like this.
The stable_29 mappings for 1.10.2 have the 'good' names, btw.
Is this the crash-on-start issue I reported here: https://github.com/Ellpeck/ActuallyAdditions/issues/710#issuecomment-289197094 ?
That isn't a "minor" issue, if so.
It is a minor issue for forge because it can be easily worked around in the mods that call addChatMessage.
Yeah, for now I just added FakePlayer check
Most helpful comment
That's
sendStatusMessageandsendMessagerespectively, for people who aren't on out-of-date mappings.