Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.45 KB

readme.md

File metadata and controls

59 lines (33 loc) · 1.45 KB

Minecraft Index Extractor - .NET Version

(Working on .NET Framework 4.7.2+)

This is a beautiful working Minecraft index extract program.

If you are using this program, you can easily extract the Minecraft index. The index is usually stored in an .minecraft/assets/indexes. This time, it only work in this directory. Please fork my project and improve it!

You can easily extract the index would use this program.

How to use this software

Open the program

Click browse button

Select version from list or browse file.

Click confirm

Click start

When it finish. click browse.

Good job. You're done.

Download it NOW!

Known issues

You have to install Minecraft, or you will meet unhandled exceptions!

Issue 2. It doesn't process with json. So when minecraft json structure change even a little bit, it will not work. But i think it won't.

Getting indexes from server

Versions json file: launchermeta.mojang.com

Format json file: jsonformatter.curiousconcept.com

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

Looks like this:

{

  "objects": {
  
    "realms/lang/de_DE.lang": {
    
      "hash": "10a54fc66c8f479bb65c8d39c3b62265ac82e742",
      
      "size": 8112
      
    }
    
  }
  
}