Amulet-Team / Amulet-Core

A Python library for reading and writing the Minecraft save formats. See Amulet for the actual editor.
https://www.amuletmc.com/
215 stars 33 forks source link

Refactor format wrapper #266

Closed gentlegiantJGC closed 9 months ago

gentlegiantJGC commented 9 months ago

Backwards compatible changes 1) load_level, load_format and FormatWrapper.is_valid can now take any type as input. 2) Moved FormatWrapper.exists has been moved to DiskFormatWrapper