LANGUAGE

File Locations:

  • assets\coreextensions\lang\zh_cn.json

  • assets\coreextensions\lang\en_us.json

For Items: "item.namespace.item_id": "Item Name"

For Blocks: "block.namespace.block_id": "Block Name"

For Advancements: "advancements.namespace.title": "Advancement Title"

In these JSON files, you'll define translations for different elements in your CoreExtensions resource pack. Make sure to replace "namespace", "item_id", "block_id", and "title" with appropriate values according to your resource pack's structure and the elements you want to translate. This will allow the game to display the correct names for items, blocks, and advancements in different languages.

Last updated