Skip to content

Languages

Fixyl edited this page Apr 29, 2024 · 3 revisions

Description

As of "Last Death Location" version 2.0, languages other than English are no longer natively supported. To use another language, you can create a custom resourcepack that utilizes translation keys.

Translation Keys

The identifier for every translation key in "Last Death Location" starts with ldl. A template of all translation keys can be found here.

Custom Resourcepack

To build a custom resourcepack, you first need a folder or zip archive. In the root directory, place your pack.mcmeta file. Create a subfolder sequence called assets/minecraft/lang. In there, place a file named <lang>.json, replacing <lang> with the in-game locale code of your language. Copy the template into the .json file and start editing the language to your liking. Once done, place your folder or zip archive into the resourcepacks folder of Minecraft Java Edition. Note that only players using this custom resourcepack will be able to take advantage of this language.