Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyloo committed Jun 12, 2017
1 parent b02e5d8 commit 6e4cba7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ Convert Minecraft: Pocket Edition Maps(LevelDB) to Minecraft Maps(Anvil) or reve

This converter only works for pe 1.0 and later.

## Known Issues:

- 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)
- No entities
- Player will not spawn at the same coordinate like the old world
- Items in the chest will disappear
- No biome
- Crash(super rare!)

## Todo

- [ ] Transfer light data
- [ ] Transfer player coordinate
- [ ] Transfer entities
- [ ] Transfer items contained in the chest
- [ ] Transfer biome

## Usage:

There's a video tutorial about this(Made by AntVenom): [Link](https://www.youtube.com/watch?v=EFAkc5L4h48)
Expand Down

0 comments on commit 6e4cba7

Please sign in to comment.