[img_assist|nid=192|title=|desc=|link=popup|align=left|width=100|height=63]As might be obvious from the title (and the tags), I've been somewhat hooked on Minecraft for the past few weeks. I have a private multi-player server for just my girlfriend and me, and I've taken to experimenting with various map-generating software so to visualize where to build structures next. I've ended up settling on two packages, both Python-based. I've build some BASH scripts that would retrieve the current world data from my Minecraft server
The first was pynemap, which currently simply creates a top-down view of the world. I have run and put up an overhead map and a topographical map. Note that pynemap seems to have to run through the entire world on each build, so it is pretty slow.
A more impressive map builder is Minecraft-Overviewer. It uses the Google Maps API to give you a movable and zoomable isometric view of the Minecraft World. Here you can start seeing some details of what we've built so far
Also note that I have merged in eminence's fixes to tint the grass and trees correctly, as the Minecraft halloween update had changed how grass and trees were textures slightly, resulting in the original Overviewer showing all grass and leaves as grey. Eminence's updates seem to simply tint them green for now, which works well enough.