Embraces translations of End Poem all over the world
Briefly, this is a mod that enables loading alternative, multilingual
versions of End Poem.
In addition, the mod enables you to customize your End Poem, inserting text
before/after the End Poem, and append your mod / resource pack credits after
Mojang.
We have provided a recommended resource pack that includes several custom splashes, as well as random translations of the Poem in a few languages. You can either:
Currently, Simplified Chinese (zh_cn), Cantonese (zh_hk), Traditional Chinese (zh_tw) and Literal Chinese (lzh) versions of End Poem are available.
Contribute translations in your own language!
Here's a list of files that you can customize:
assets/end_poem_extension/texts/end_poem/xx_xx.txt wherexx_xx is replaced with language code.assets/minecraft/texts/end.txt.assets/end_poem_extension/texts/postcredits/xx_xx.txt wherexx_xx is replaced with language code.assets/*/texts/mod_credits.json where *assets/minecraft/texts/credits.json.assets/minecraft/texts/splash_modify.json.{
"add": [
"Thanks Julian!",
"Never Gonna Give You Up!",
"You're Rickroll'd!",
"..."
],
"remove": [
"...!",
"Scary!"
]
}
assets/end_poem_extension/poem_pre.json,assets/end_poem_extension/poem_post.json.assets/example/path/to/file1.txtassets/example/path/to/file2.txtassets/example/path/to/dir3/xx_xx.txt where xx_xx is current language code,default_suffix property can be omitted (defaulting to txt).[
"example:path/to/file1.txt",
"example:path/to/file2.txt",
{
"is_i18n": true,
"path": "example:path/to/dir3",
"default_suffix": "txt"
}
]
postcredits.txt: assets/end_poem_extension/pre_postcredits.json,assets/end_poem_extension/post_postcredits.jsonassets/end_poem_extension/pre_mojang_credits.jsondefault_suffix is here json instead)Enjoy Mining!