Skip to content

Commit

Permalink
Merge pull request #9 from takidelfin/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
dhkim0800 authored Oct 6, 2018
2 parents be132e7 + 80912c7 commit e752ba0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can easily extract the index would use this program.
Good job. You're done.

[**Download it NOW!**](https://github.com/dhkim0800/indexextract/releases/download/18.06e0/indexextract.exe).
[**Download it NOW!**](https://github.com/dhkim0800/indexextract/releases/download/18.06e0/indexextract.exe)

## Known issues

Expand All @@ -33,14 +33,14 @@ Issue 2. In fact, Java is much faster in json processing with Gson. (I couldn't

## Get index from server

Versions json file: https://launchermeta.mojang.com/mc/game/version_manifest.json
Versions json file: [launchermeta.mojang.com](https://launchermeta.mojang.com/mc/game/version_manifest.json)

Format json file: https://jsonformatter.curiousconcept.com/
Format json file: [jsonformatter.curiousconcept.com](https://jsonformatter.curiousconcept.com/)

Assets json URL: {version}.json=>assetIndex=>url
Assets json URL: `{version}.json=>assetIndex=>url`

Looks like this:

```json
{

"objects": {
Expand All @@ -56,3 +56,4 @@ Looks like this:
}

}
```

0 comments on commit e752ba0

Please sign in to comment.