This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
2016-12-28 12:01:03 +11:00
2016-12-28 11:55:37 +11:00
2016-12-28 11:59:41 +11:00
2016-12-28 11:58:51 +11:00
2016-12-28 11:32:53 +11:00
2016-12-28 12:01:03 +11:00
2015-10-26 17:22:31 +11:00
2016-12-28 10:29:32 +11:00

MineConvert

MineConvert are 5 map converters compiled into one for Minecraft. It is built upon ljyloo's LevelDb2Anvil and Anvil2LevelDb converter. None of these converters are written or maintained by the Imagical Corporation.

Converters

  • Anvil to LevelDB
  • Anvil to MCRegion
  • LevelDB to Anvil
  • MCRegion to Anvil
  • Xbox to Anvil

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.

Credits

This program uses leveldb by tinfoiled.

This program contains code from Mojang

The LevelDB to Anvil and Anvil to LevelDB converter was written by ljyloo.

The Anvil to MCRegion converter was written by Black_Mantha. Alternate download available here.

The MCRegion to Anvil converter was written by Jens Bergensten at Mojang.

The Xbox to Anvil converter was writtem by manfromscene24.

Description
Minecraft map converters wrapped in one. None of these converters are created by us.
Readme 33 MiB
Languages
MAXScript 99.1%
Java 0.6%
C++ 0.2%