Add a proper Cube save format
NotStirred opened this issue ยท 4 comments
Currently the save format is just a testing thing, and should most likely be rewritten from 1.12
Indev save format "finished" in ae5fd13
This has two options:
- Have the file format save as the current cube size as specified in the config. Reinterpret that if save cube size != config cube size
- Have the file format save as cube ambiguous. Each time a world is started, it will correctly interpret that as the cube size specified in the config.
The former is most likely better in many situations.