Pocket Minecraft Map Format: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Shoghicp
Starting PE Map Format
 
imported>Legoboy0215
No edit summary
Line 1: Line 1:
The PE uses a different format for saved games, a NBT little-endian format.
The PE uses a different format for saved games, a NBT little-endian format.
Inside a world save folder exists 3 files:
Inside a world save folder there is 1 file, with a folder named "db":


* db
* level.dat
* level.dat
* entities.dat
 
* chunks.dat





Revision as of 11:57, 5 January 2016

The PE uses a different format for saved games, a NBT little-endian format. Inside a world save folder there is 1 file, with a folder named "db":

  • db
  • level.dat


Further information can be found on the Minecraft Wiki