gingerchicken / como-client

A simple minecraft utility mod written for fun.
GNU General Public License v3.0
13 stars 2 forks source link

1.19 text translatables/literals #246

Closed gingerchicken closed 2 years ago

gingerchicken commented 2 years ago

They are not getting converted properly with .getString() please update this to a working method, for example on the x88ESP, it displays health as literal(20)

gingerchicken commented 2 years ago

This was due to using .getContext() instead of .getString() actually - regardless, I believe it was fixed