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
- Host: GitHub
- URL: https://github.com/foxfirecodes/minecraft-resource-mapper
- Owner: foxfirecodes
- Created: 2017-05-23T19:16:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T19:34:10.000Z (about 9 years ago)
- Last Synced: 2025-02-10T19:19:49.751Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.