Metadata-Version: 1.0
Name: mian
Version: 0.9.1
Summary: Graph blocks to height in a Minecraft save game
Home-page: https://github.com/l0b0/mian/wiki
Author: Victor Engmark
Author-email: victor.engmark@gmail.com
License: GPL v3 or newer
Download-URL: http://pypi.python.org/pypi/mian/
Description: mian - Mine analysis - Graph block types to altitude in a Minecraft save
        game <http://github.com/l0b0/mian>
        
        Default syntax:
        
        mian [-b|--blocks=<list>] [-l|--list] <World directory>
        
        Options:
        
        -b, --blocks    Specify block types to include as a comma-separated list, using
                        either the block types or hex values from the list.
        -l, --list      List available block types and their names (from
                        <http://www.minecraftwiki.net/wiki/Data_values>).
        -n, --nether    Graph The Nether instead of the ordinary world.
        
        Description:
        
        Creates a file with a graph of how much the given materials occur at each
        vertical layer of the map.
        
        Examples:
        
        $ mian ~/.minecraft/saves/World1
        Creates graph of default materials in World1.
        
        $ mian -b 01,dirt,09,sand ~/.minecraft/saves/World1
        Ditto, showing only the specified block types.
        
        $ mian -b 56,57,58,59,5a,5b -n ~/.minecraft/saves/World1
        Graph all the materials new to The Nether.
        
        $ mian --list
        Show a list of block types which can be searched for.
        
Keywords: Minecraft graph graphs block blocks
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics
