"Lang files with less crong" basically this allows you to have more organized lang files such as:
{
"something":{
"thing":"thingy"
}
}
and to get "thingy", you can use the usual TranslatableText for "something.thing"
add to repositories
repositories {
//...
maven { url 'https://jitpack.io' }
//...
}
add this to dependencies
dependencies {
//...
modImplementation 'com.github.geekazodium:better-lang-reader:main-SNAPSHOT'
//although "include" is not required it's recommended that you keep this as it's annoying to have to download this mod seperately when using minecraft launcher
include 'com.github.geekazodium:better-lang-reader:main-SNAPSHOT'
//...
}