Does anyone have en_gb.json? I need it so I can add it to a resource pack but I can't find it.
2
This file is in most modern versions of the minecraft.jar file. Open your minecraft jat file with a zip program (winzip, winrar, 7zip, etc.) and go to :
minecraft.jar\assets\minecraft\lang\
If using the vanilla minecraft launcher, and Windows operating system, then the path to find the jar file is :
C:\Users\*yourusername*\AppData\Roaming\.minecraft\versions
minecraft.jar\assets\minecraft\lang\
If using the vanilla minecraft launcher, and Windows operating system, then the path to find the jar file is :
C:\Users\*yourusername*\AppData\Roaming\.minecraft\versions
this only works for the default en_us lang
for other langs, or assets, its a little more complicated
for other langs, or assets, its a little more complicated
- you must go into "/.minecraft/assets/indexes" and open the file corresponding the version you want
- then you must search for the stuff you want, a simple ctrl+f might be enough, in this case, "lang/en_gb"
- now you'll see a hash next to it (a bunch of random numbers and letters), you must copy it
- go to the folder "/.minecraft/assets/objects" and now, remember the hash? the first two digits is the folder you must open
- eg. you hash is "ef39a96ba27e6dc5b91dd0a0ae0653d607a33eff" then you must open the folder "ef"
- inside it you will find the file with the same name as the hash, it is the file you are searching for
- now you can rename it to the original file (in this case "en_gb.json") (make a copy of it first)
