lessanvil

Crates.iolessanvil
lib.rslessanvil
version1.0.2
sourcesrc
created_at2023-04-06 19:35:59.571826
updated_at2023-07-02 20:19:43.860457
descriptionLibrary for reducing a Minecraft: Java Edition's world size by removing unused chunks.
homepage
repositoryhttps://github.com/icrayix/lessanvil
max_upload_size
id832445
size16,904
(icrayix)

documentation

README

lessanvil

For the CLI see here

About

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.

CLI

There's an offical CLI and docker image available. See here for more information.

Commit count: 41

cargo fmt