(very WIP) Slime world parsing in Rust
Rust 100.0%
11 1 0

Clone this repository

https://tangled.org/brwr.dev/slimeball
git@tangled.org:brwr.dev/slimeball

For self-hosted knots, clone URLs may differ based on your setup.

README.md

slimeball#

Slime world parsing in Rust

Slimeball is a library providing helpers for loading and storing Minecraft worlds saved in the Slime world format.

Anvil is historically a very bloated format, storing lots of data that is unnecessary for short-lived minigame servers. The Slime world format is similar, but contains much less world generation-related data and compresses much better (uses zstd).

This library is intended for use in crawlspace, but a converter to prune and convert Anvil worlds to Slime is also being developed here.