Skip to content

geekazodium/better-lang-reader

Repository files navigation

Better lang reader

Summary

"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"

Use

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'
	//...
}

About

"Lang files with less cronk"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages