A collection of Python scripts for scraping and visualising the minecraft world.
The dataset provided has been scraped from about 1 billion blocks, over 15 regions. The region files were generated using minecraft version 1.15.1
The majority of the work here is done by my fork of the anvil library. It can be installed directly from github using pip: git+https://github.com/0xTiger/anvil-parser.git
The first related visualisation I posted on reddit was made using oreheights_reader.py, the latter (animation) was made using blockheights_reader.py. The icons I used for each block can be found by extracting the minecraft jarfile. I will not redistribute these on github.