LastWords
No reviews yet
Replaces the 'You Died!' headline on the vanilla death screen with a random line from your own config file.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
LastWords is a tiny, client-only Fabric mod that swaps out the giant "You Died!" headline on the vanilla death screen for a custom message picked at random from a list you control. Make every wipe a little more personal — or a little more annoying for your friends watching the stream.
Features
- Custom death title. Whenever the death screen opens, the big red headline is replaced with a random line from your config.
- Random pool. Provide as many messages as you want; the mod picks one uniformly at random per death.
- Vanilla fallback. If your message list is empty or the file is missing, the mod silently falls back to the vanilla "You Died!".
- Zero setup. On first launch the mod writes a default
config/lastwords.jsonwith ten sample lines so you can see it work immediately, then edit them later. - Client-only. Works on any server — singleplayer or multiplayer. No server install needed, no game rules touched.
Configuration
Edit config/lastwords.json:
{
"messages": [
"GAME OVER",
"You blinked.",
"Skill issue.",
"Press F to respawn.",
"Maybe next time.",
"That was avoidable.",
"Gravity wins.",
"RIP.",
"Better luck next life.",
"Oof."
]
}
Add, remove, or replace lines freely. Each entry is plain text. The list is loaded once at game start; reload the game after edits to pick up changes.
How it works
A single Mixin intercepts the super(Text) call in DeathScreen's constructor and substitutes a random message from your config in place of the vanilla title. The death cause line ("Player was killed by …") below the title is untouched.
Cross-version
Tested on 1.21.8, 1.21.9, 1.21.10, 1.21.11. One JAR, one install.
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources