Skip to content

xoogware/slimeball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Slime world de/serialization for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages