mian - Mine analysis - Graph block types to height in a Minecraft save game.
Default syntax:
mian [-b|--blocks=< list >] [-l|--list] [-o|--output=path] < World directory >
Options:
-b, --blocks Specify block types to include as a comma-separated list, using either the block_names or hex values from the list.
-l, --list List available block types (from http://www.minecraftwiki.net/wiki/Data_values).
-o, --output Output file name, defaults to WorldX.png.
mian creates a file with a graph of how much the given materials occur at each layer of the map.
Examples:
mian ~/.minecraft/saves/World1 Creates World1.png in the current directory with the graph.
mian --blocks="diamond ore,mob spawner,obsidian" ~/.minecraft/saves/World1 Ditto, showing only the specified block types
mian --list Show a list of block types that can be searched for
Requirements:
- Python
Comments not found