Created
April 11, 2012 20:58
-
-
Save Dinnerbone/2362538 to your computer and use it in GitHub Desktop.
Minecraft new world save directory structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data/ | |
idcounts.dat | |
map_0.dat | |
players/ | |
Dinnerbone.dat | |
cookie_monster.dat | |
worlds/ | |
overworld/ | |
regions/ | |
r.0.0.mca | |
the_end/ | |
regions/ | |
r.0.0.mca | |
nether/ | |
regions/ | |
r.0.0.mca | |
level.dat |
Nice! Much better. Also it would be nice if you could fix the issues with achievements being lost all the time :D
Can all the worlds have cookie_monster.dat in them?
How will this work with plugins like Multiverse?
This is cool! For us toolmakers, any word on when this change is coming, and any deterministic way to tell the difference. Like, will something in level.dat specify the directory structure being used or should we just check if /regions exists then it's the old way, otherwise the new? Thank you. EDIT: On Twitter Dinnerbone said that "version" in level.dat will be increased. Currently Anvil worlds have a version of 19133, McRegion worlds before Anvil were 19132.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice! Much better organized and more self-explanatory than the old one.