End Poem Extension
This mod opens up new possibilities for personalizing Minecraft's climactic moment - the End Poem. Now you can load alternative text versions in different languages and customize the final scene to your liking.
Main Features
The mod allows you to add your own text before and after the main poem, as well as include credits for mod and resource pack authors after Mojang's official credits.
Recommended Content
A special resource pack is available with additional splash screen options and poem translations in several languages. You can:
- Install the Remote Resource Pack mod for automatic content updates
- Manually download the pack and periodically update it for new materials
Currently available translations include Simplified Chinese (zh_cn), Cantonese (zh_hk), Traditional Chinese (zh_tw), and Literary Chinese (lzh).
File Configuration
Localized End Poem
Location: assets/end_poem_extension/texts/end_poem/xx_xx.txt (where xx_xx is language code)
Format matches the original poem from assets/minecraft/texts/end.txt
Localized Credits
Location: assets/end_poem_extension/texts/postcredits/xx_xx.txt
Format similar to the previous
Mod Credits
Location: assets//texts/mod_credits.json ( - any namespace)
Format matches Mojang's official credits
Splash Texts
Location: assets/minecraft/texts/splash_modify.json
{
"add": [
"Thanks Julian!",
"Never Gonna Give You Up!",
"You're Rickroll'd!",
"..."
],
"remove": [
"...!",
"Scary!"
]
}
Text Before and After Poem
Files: assets/end_poem_extension/poem_pre.json, assets/end_poem_extension/poem_post.json
Example structure:
[
"example:path/to/file1.txt",
"example:path/to/file2.txt",
{
"is_i18n": true,
"path": "example:path/to/dir3",
"default_suffix": "txt"
}
]
These files are not overwritten by other resource packs.
Additional Settings
- Text before/after credits:
assets/end_poem_extension/pre_postcredits.json,assets/end_poem_extension/post_postcredits.json - Credits before Mojang (not recommended):
assets/end_poem_extension/pre_mojang_credits.json
Enjoy your game!