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/
220 stars 33 forks source link

Don't overwrite max version #285

Closed gentlegiantJGC closed 6 months ago

gentlegiantJGC commented 6 months ago

The MCStructure format was overwriting the max version which meant the user input was ignored. Fixes Amulet-Team/Amulet-Map-Editor#1033