/terra tissot text formatting is broken
SmylerMC opened this issue ยท 5 comments
Description
/terra tissot
chat formatting does not actually format the numbers in the text component (tested in singleplayer).
Other commands may be affected as well.
I did not have time to test this further and probably won't have time to investigate and fix myself in the near future, maybe @noahhusby already has an idea of what is wrong ? Also is there a specific reason to force the translation to happen on the server side ?
Version:
I believe this was introduced in f4c17534c358979a2d0dec88e64af816a32515ed
Looks like my text formatting replacement isn't working quite right. I'll take a look.
Translation occurs on the server-side to compensate for CubicChunks Vanilla support. There are use cases where T++ likely isn't installed on the client-side, so therefore server-side translation is necessary.
CC vanilla support is not the actual problem, the mod can be server side only for forge clients too.
What about checking for the mod's presence on the client ?
Turns out the issue was that I never pushed my latest code so the disaster you are witnessing is my test code.
Placeholders are back to normal in my current branch.