Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
End Poem Extension
ModApache-2.0

End Poem Extension

Embraces translations of End Poem all over the world

15.6K
Downloads
24
Followers
3 months ago
Updated
📦
30
Versions
utilityfabricforgeneoforgequilt
Download Latestv3.3.6+26.1-universalView on Modrinth

📖About 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:

  • 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/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!

👥 Team & Contributors

teddyxlandlee
teddyxlandleeOwner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabricforgeneoforgequilt
Minecraft Versions
26.1-snapshot-2

🔗 Links

Modrinth Page