Skip to content

Commit d69fc6f

Browse files
committed
Update README.md
1 parent 54328ef commit d69fc6f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Any question, bug or advice, feel free to talk with me at [here](https://github.
1212

1313
## Known Issues:
1414

15-
- block light and sky light will always be 15 (Still don't know how to get the data from Mojang's LevelDB database so I just set it 15)
15+
- Block light and sky light will always be 15 (Still don't know how to get the data from Mojang's LevelDB database so I just set it 15)
1616
- No entities
1717
- Player will not spawn at the same coordinate like before
1818
- Items in the chest will disappear
@@ -22,12 +22,14 @@ Any question, bug or advice, feel free to talk with me at [here](https://github.
2222

2323
## Usage:
2424

25+
### Video tutorial
2526
There's a video tutorial about this(Made by AntVenom): [Link](https://www.youtube.com/watch?v=EFAkc5L4h48)
2627

28+
### Auto script
2729
Import your LevelDB world in and rename it to the name 'world'.
2830
Run start.bat(if you're on Windows) or start.sh(if you're on OS X or Linux) and the converter will now convert it to Anvil format to the output folder of 'worldanvil'.
29-
Find more info at [here](https://forums.pocketmine.net/threads/leveldb-maps-to-anvil.12018/)
3031

32+
### Command line interface
3133
If you were familiar with command line interface, using the Converter.jar like this(You may want to [install java runtime first](java.com)):
3234

3335
```

0 commit comments

Comments
 (0)