Independent instructions for each converter

This commit is contained in:
Keith 2016-12-28 12:02:47 +11:00 committed by GitHub
parent 8536bbb281
commit 0424953d35

View File

@ -13,21 +13,7 @@ MineConvert are 5 map converters compiled into one for Minecraft. It is built up
## Warnings - read before you use the programs
- The LevelDB to Anvil and Anvil to LevelDB converters will experience an error if you have blocks which are not supported by Minecraft PC Edition. It will make your .mca files corrupted, so make sure you replace those blocks with another block that is supported.
- The LevelDB to Anvil converter won't convert your level.dat file. The best fix for this is to generate a new flat world in Minecraft PC, and copy that world's level.dat into your converted world's root folder(where the region folder is located). It is known that the converted land and the generated land won't line up together where they meet.
## How to use the world converters(except Xbox to Anvil)
- Import your world in and rename that folder to world.
- Run the start.bat file(if youre on Windows) or start.sh(if youre on Unix) to start the converter.
- The converter will now convert your world to an output folder(e.g. worldanvil), or the same original world folder depending on the converter you are using.
## How to use the Xbox to Anvil world converter
- Double click Converter.exe.
- Click File, then click Open.
- Navigate to your savegame.dat file and open it.
- Press "Begin conversion", then follow the instructions presented to you by the program.
- Open Minecraft and play your converted world.
- The LevelDB to Anvil and the Anvil to LevelDB converter won't convert your level.dat file. The best fix for this is to generate a new flat world in Minecraft PC(LDB to Anvil) or Minecraft PE(Anvil to LDB), and copy that world's level.dat into your converted world's root folder(where the region folder is located). It is known that the converted land and the generated land won't line up together where they meet.
## Credits