End Poem Extension

Quick rating

End Poem Extension

No reviews yet

Embraces translations of End Poem all over the world

No Theme
No Genre
QoL & Tweaks
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
Apache License 2.0
Latest Version
4.2.0-1.21.11+1.21.11
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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:

  • Install Remote Resource Pack Mod (so that the contents will be auto-updated), or
  • Manually download the pack (and you may re-download it after a few days to see what's new or different)

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:

  • Localized End Poem: assets/end_poem_extension/texts/end_poem/xx_xx.txt where xx_xx is replaced with language code.

    • Format: same as vanilla End Poem in assets/minecraft/texts/end.txt.
    • Localized PostCredits: assets/end_poem_extension/texts/postcredits/xx_xx.txt where xx_xx is replaced with language code.

      • Format: same as above.
    • Mod / Resource Pack Credits: assets/*/texts/mod_credits.json where * can be any namespace you like.

      • Format: same as Mojang credits in assets/minecraft/texts/credits.json.
    • Splash texts: assets/minecraft/texts/splash_modify.json.

      • Format:
{
  "add": [
    "Thanks Julian!",
    "Never Gonna Give You Up!",
    "You're Rickroll'd!",
    "..."
  ],
  "remove": [
    "...!",
    "Scary!"
  ]
}
  • Text before/after the End Poem: assets/end_poem_extension/poem_pre.json, assets/end_poem_extension/poem_post.json.
    • Format: just list the files. The following example indicates loaded files are:
      • assets/example/path/to/file1.txt
      • assets/example/path/to/file2.txt
      • assets/example/path/to/dir3/xx_xx.txt where xx_xx is current language code, and default_suffix property can be omitted (defaulting to txt).
      • The index files will not be overwritten by other resource packs.
      • This format will be used in the following JSON index files.
[
  "example:path/to/file1.txt",
  "example:path/to/file2.txt",
  {
    "is_i18n": true,
    "path": "example:path/to/dir3",
    "default_suffix": "txt"
  }
]
  • Inserting texts before/after postcredits.txt: assets/end_poem_extension/pre_postcredits.json, assets/end_poem_extension/post_postcredits.json

    • Format: See above
    • Inserting credits before Mojang (not recommended): assets/end_poem_extension/pre_mojang_credits.json

      • Format: See above (default value of default_suffix is here json instead)

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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~22,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works