Crates.io | lessanvil |
lib.rs | lessanvil |
version | 1.0.2 |
source | src |
created_at | 2023-04-06 19:35:59.571826 |
updated_at | 2023-07-02 20:19:43.860457 |
description | Library for reducing a Minecraft: Java Edition's world size by removing unused chunks. |
homepage | |
repository | https://github.com/icrayix/lessanvil |
max_upload_size | |
id | 832445 |
size | 16,904 |
Lessanvil is a rust library to reduce a Minecraft: Java Edition's world size by deleting unused chunks. This works by looking at the InhabitedTime NBT-tag (see here for more information) of each chunk and deleting the chunk in case it's lower than user-specified value.
The docs are available here.
There's an offical CLI and docker image available. See here for more information.