Hello, I'm currently developing a minecraft mod using forge 43.2.0 for mc1.19.2 and having an issue that getting me stucks.
I've created commands line that both client and server can execute but only client side received translated messages. I've starting debbuging and found out that the Language.class that contains the Map of all translations does not contains my mod translation key/value.
Currently, my file name is stored according to the convention resources/assets/mymod/lang/en_us.json
Also, i've tried to use existing minecraft translation key and it works.
I think I've missed registering thing but can't found out