Go to file
ShadowNinja f24d2a6fba Update CPFS 2017-10-07 15:08:56 -04:00
cmake/Modules Switch to CMake build system 2016-11-19 19:42:28 -05:00
cpfs@052187a0a0 Update CPFS 2017-10-07 15:08:56 -04:00
nbt@819c4338a1 Fix Windows support 2017-04-22 12:21:38 -04:00
src Update CPFS 2017-10-07 15:08:56 -04:00
.gitignore Switch to CMake build system 2016-11-19 19:42:28 -05:00
.gitmodules Switch from Boost filesystem to CPFS 2017-04-22 12:13:43 -04:00
CMakeLists.txt Fix Sqlite3 non-system include 2017-04-22 12:21:07 -04:00
README.md Add README 2016-11-19 15:51:13 -05:00

README.md

MC2MT

This tool converts from Minecraft worlds to Minetest worlds. It is very fast (limited mainly by zlib's compression speed) and multithreaded.

Features

  • Very fast (on the order of 10 000 blocks/sec, where a block is 16^3 nodes).
  • Converts doors properly, even when they cross block borders.
  • Lighting is correctly converted with no recalculation required.

Credits

Copyright (c) 2016 ShadowNinja shadowninja@minetest.net

License: LGPLv2.1+