HomeJavaModsEnd Poem Extension
End Poem Extension

End Poem Extension

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!

Customizable files

Here's a list of files that you can customize:

{
  "add": [
    "Thanks Julian!",
    "Never Gonna Give You Up!",
    "You're Rickroll'd!",
    "..."
  ],
  "remove": [
    "...!",
    "Scary!"
  ]
}
[
  "example:path/to/file1.txt",
  "example:path/to/file2.txt",
  {
    "is_i18n": true,
    "path": "example:path/to/dir3",
    "default_suffix": "txt"
  }
]

Enjoy Mining!

For resource pack creators: Filtering overwrites

When creating your resource pack, you may have directly overwritten vanilla end.txt or credits.json to add what you want.

It's awful for cross-pack compatibility; with End Poem Extension installed, a better action is to create poem_post.json or poem_pre.json (index files) to insert text after/before the poem, or mod_credits.json to insert your credits after Mojang's.

However, to make sure your content available without End Poem Extension, you have to overwrite them on vanilla paths, but you may expect these overwrites to be ignored by End Poem Extension, to ensure more elegant compatibility.

To make your end.txt or credits.json skipped by End Poem Extension, create an end.txt.mcmeta (or credits.json.mcmeta, correspondingly) in the same folder, with following content:

{
  "end-poem-extension:skip": {}
}

Please note that localized resources of Poem (assets/end_poem_extension/texts/end_poem/xx_xx.txt) are not skippable.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more