Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

install translation pack

unknown edited this page Nov 23, 2020 · 1 revision

Installing the Translation Resource Pack

For command description and output to be displayed normaly, the translation resource pack must be installed.

In order to install the translation resource pack, you must follow the steps below:

  1. Download the translation resource pack
  2. Extract its contents to a folder
  3. Copy the folder into the development_resource_packs
  4. Go to the worlds folder, and then open the folder with the name of your world on it
  5. Paste the resource pack into resource_packs
  6. In the world folder, create or open a file called world_resource_packs.json
  7. The file should look something like this:
[
	{
		"pack_id" : "OTHER RESOURCE PACK",
		"version" : [ 1, 0, 0 ]
	}
]

If it is empty, simply paste the following to it

[
	{
		"pack_id" : "06e3570b-2d86-4a60-9a0c-9c4ac03ec876",
		"version" : [ 0, 0, 1 ]
	}
]

Otherwise paste this to the bottom:

	,
	{
		"pack_id" : "06e3570b-2d86-4a60-9a0c-9c4ac03ec876",
		"version" : [ 0, 0, 1 ]
	}

The file should now look something like this:

[
	{
		"pack_id" : "OTHER RESOURCE PACK",
		"version" : [ 1, 0, 0 ]
	},
	{
		"pack_id" : "06e3570b-2d86-4a60-9a0c-9c4ac03ec876",
		"version" : [ 0, 0, 1 ]
	}
]

Or like this:

[
	{
		"pack_id" : "06e3570b-2d86-4a60-9a0c-9c4ac03ec876",
		"version" : [ 0, 0, 1 ]
	}
]

Then save the file, and restart your server