File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ Convert Minecraft: Pocket Edition Maps(LevelDB) to Minecraft Maps(Anvil) or reve
66
77This converter only works for pe 1.0 and later.
88
9+ ## Known Issues:
10+
11+ - block light and sky light will be always at 15 (Still don't know how to get the data so I just set it at 15)
12+ - No entities
13+ - Player will not spawn at the same coordinate like the old world
14+ - Items in the chest will disappear
15+ - No biome
16+ - Crash(super rare!)
17+
18+ ## Todo
19+
20+ - [ ] Transfer light data
21+ - [ ] Transfer player coordinate
22+ - [ ] Transfer entities
23+ - [ ] Transfer items contained in the chest
24+ - [ ] Transfer biome
25+
926## Usage:
1027
1128There's a video tutorial about this(Made by AntVenom): [ Link] ( https://www.youtube.com/watch?v=EFAkc5L4h48 )
You can’t perform that action at this time.
0 commit comments