Crates.io | world-painter |
lib.rs | world-painter |
version | 0.1.0 |
source | src |
created_at | 2023-06-01 06:36:44.456175 |
updated_at | 2023-06-01 06:36:44.456175 |
description | A simple program to print the regions in a Minecraft world |
homepage | |
repository | |
max_upload_size | |
id | 879497 |
size | 43,244 |
This is a rewrite of my previous WorldPainter originally written in Java, now written in Rust.
This tool takes in any number of directories and outputs them as an image showing the chunks, coloured by their size.
The above image was formed using the following command:
$ world-painter \
~/server/world/region 25000 '#005207' \
~/server/world_nether/DIM-1/region 20000 '#370101' \
~/server/world_the_end/DIM1/region 25000 '#0f0022'
$ world-painter [<path> <world-border> <color>]...
One can specify however many worlds they wish to read, but all must have the path, worldborder, and colour in that order.