- Project URL: https://github.com/omalley/clotho
- Author: Owen O'Malley
- twitter: @owen_omalley
This project is a tool to look at your Minecraft saved games with both a JSON view of the save file and a map view of the explored world. The file reading code was based on mcmodify, but I re-wrote a bunch of the parser so that unknown objects didn't crash the parser and would be written back out the same way. This allows the parser to read current Minecraft version save games and is likely compatible with future versions.
Here is an example of a generated map. Each map color has 4 variants and the variant picked denotes the altitude. For example, grey is low ice and white is high ice.
The name Clotho is from the youngest Greek Fate that spins the cloth of destiny.
- install java 7 and maven 3.
- Use "mvn package" to build the jars
- Use "java -jar target/clotho-1.0.0-jar-with-dependencies.jar level save" to create a JSON document with the information from the save directory.
- Use "java -jar target/clotho-1.0.0-jar-with-dependencies.jar map save" to create a map of your world.