
Language Asset Rectifier
Fixes the unlocalized death.fell.accident.water error string in Minecraft 1.20.1 to 26.2, restoring the missing vanilla chat message when a player suffers fatal fall damage out of water.
Оцените первым
23
1
Список изменений
1. The v1.1 Configuration Files
For the v1.1 release supporting English, French, German, and Spanish on older versions, create these exact files:
pack.mcmeta (Main folder)
{
"pack": {
"pack_format": 15,
"description": "Fixes missing death messages v1.1 (EN, FR, DE, ES)"
}
}
en_us.json (Inside the lang folder)
{
"death.fell.accident.water": "%1\$s fell out of the water"
}
fr_fr.json and fr_ca.json (Inside the lang folder)
{
"death.fell.accident.water": "%1\$s est tombé hors de l'eau"
}
de_de.json (Inside the lang folder)
{
"death.fell.accident.water": "%1\$s ist aus dem Wasser gefallen"
}
es_es.json (Inside the lang folder)
{
"death.fell.accident.water": "%1\$s cayó fuera del agua"
}
2. File Path Summary
Your resource pack directory must be set up precisely like this for v1.1 to load:
WaterDeathFix_v1.1/pack.mcmetaassets/minecraft/lang/de_de.jsonen_us.jsones_es.jsonfr_fr.json
3. Verification Checklist
- Version Compatibility: Targets Minecraft 1.20 and 1.20.1 (
pack_format 15). - UTF-8 Encoding: Files must be saved in UTF-8 format so accents like
éorórender perfectly in-game. - Output Message: When a player dies from this glitch, the chat will output the correct localized message based on their active game language.
Файлы
death_fix_pack_v1.1.zip(36.24 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.1
Загрузчики
Версии игры
1.20–1.20.1
Загрузок
21
Дата публикации
27.07.2026
