Lang files question
Julienraptor01 opened this issue ยท 10 comments
Why do you do this
"config.cem.use_optifine_folder.tooltip.0": "This will load CEM models from ",
"config.cem.use_optifine_folder.tooltip.1": "assets/minecraft/optifine/cem,",
"config.cem.use_optifine_folder.tooltip.2": "which is exactly what optifine does.",
"config.cem.use_optifine_folder.tooltip.3": "Reload resources (F3 + T) for",
"config.cem.use_optifine_folder.tooltip.4": "this to take effect!",
instead of just using \n to create a new line ?
"config.cem.use_optifine_folder.tooltip": "This will load CEM models from\nassets/minecraft/optifine/cem\nwhich is exactly what optifine does.\nReload resources (F3 + T) for\nthis to take effect!",
(modified example)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within 14 days. Thank you for your contributions.
Why does it work there ? What is different ?
https://github.com/PepperCode1/Item-Model-Fix/blob/1.18/dev/src/main/resources/assets/itemmodelfix/lang/en_us.json
No problem. We can't always know everything. Do i modify other languages too ?
honestly I'm not sure the other way is better (the fabric wiki recommends my way) so let me handle that
if you want me to choose which way, do it my way, but honestly I don't really care much