-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dhkim0800
authored
Jun 13, 2018
1 parent
8020ca9
commit be132e7
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,33 @@ Good job. You're done. | |
[**Download it NOW!**](https://github.com/dhkim0800/indexextract/releases/download/18.06e0/indexextract.exe). | ||
|
||
## Known issues | ||
|
||
You have to install Minecraft, or you will meet **unhandled exceptions!** | ||
|
||
Issue 2. In fact, Java is much faster in json processing with Gson. (I couldn't find JSON api. If you find it, Please contact to [email protected], [email protected], or Issues page in this project(recommended). AND I DON'T KNOW ASYNC PROGRAMMING WITH VB WELL AND I CANNOT CHANGE CODE WITH JSON API. | ||
|
||
## Get index from server | ||
|
||
Versions json file: https://launchermeta.mojang.com/mc/game/version_manifest.json | ||
|
||
Format json file: https://jsonformatter.curiousconcept.com/ | ||
|
||
Assets json URL: {version}.json=>assetIndex=>url | ||
|
||
Looks like this: | ||
|
||
{ | ||
|
||
"objects": { | ||
|
||
"realms/lang/de_DE.lang": { | ||
|
||
"hash": "10a54fc66c8f479bb65c8d39c3b62265ac82e742", | ||
"size": 8112 | ||
} | ||
|
||
} | ||
|
||
} |