mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
* fix: improve level.dat deserialization for imported worlds worlds from different minecraft versions could fail to load due to strict field requirements and missing nbt type support. this makes level.dat fields default to vanilla values when missing, handles both string and compound generator settings, and fixes nbttag deserialization for lists containing compound elements. * style: run cargo fmt on world_info module