Querz / mcaselector

A tool to select chunks from Minecraft worlds for deletion or export.
MIT License
3.17k stars 177 forks source link

Suggestion: Export biome map at custom altitude(s) as bitmap #412

Open mk-pmb opened 1 year ago

mk-pmb commented 1 year ago

Hi! I'm looking for ways to export the biome information for a region file at specific altitude(s). Ideally as an ASCII map where different characters mark the biomes, but I could also easily convert png/bmp/ppm once I know the color mappings, as long as 1 block = 1 pixel. It seems that mcaselector already has biome detection code, and obviously it can read region files, so would it be easy to have command line options to make it dump that info to a file? Might also be a separate program just sharing the code base if that's easier.