This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 51
install translation pack
unknown edited this page Nov 23, 2020
·
1 revision
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:
- Download the translation resource pack
- Extract its contents to a folder
- Copy the folder into the development_resource_packs
- Go to the worlds folder, and then open the folder with the name of your world on it
- Paste the resource pack into resource_packs
- In the world folder, create or open a file called
world_resource_packs.json
- 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
A. Installation:
- Windows
- GNU/Linux (Using Docker and Wine) (Recommended)
- GNU/Linux (Wine without docker) (Not Recommended)
B. Installing and using the translation resource pack (Otherwise the command help menus and responses will be gibberish)
For Advanced Users Only