An open API service indexing awesome lists of open source software.

https://github.com/foxfirecodes/minecraft-resource-mapper

Maps all Minecraft resources from their hashed names back to the original file structure
https://github.com/foxfirecodes/minecraft-resource-mapper

Last synced: about 2 months ago
JSON representation

Maps all Minecraft resources from their hashed names back to the original file structure

Awesome Lists containing this project

README

          

# Minecraft Resource Mapper
This is a quick and dirty tool to map all Minecraft resources from their hashed names back to the original file structure.

## Example Usage
```bash
cd '~/Library/Application Support/minecraft/assets/'
mc-rm indexes/1.11.json objects/
```

A folder named `output` containing the original file structure will be created in the current directory.