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

Refactored Bedrock storage #272

Closed gentlegiantJGC closed 9 months ago

gentlegiantJGC commented 9 months ago

The LevelDBDimensionManager is now only aware of the dimension ID stored in the database which can be omitted (None) or a number. The leveldb format wrapper handles the conversion from the more user friendly string to the internal value.

Fixes Amulet-Team/Amulet-Map-Editor#508