Go to file
ShadowNinja ac0d18f310 Switch from Boost filesystem to CPFS
The Boost libraries are huge and make Windows compilation very difficult.
2017-04-22 12:13:43 -04:00
cmake/Modules Switch to CMake build system 2016-11-19 19:42:28 -05:00
cpfs@064da4585b Switch from Boost filesystem to CPFS 2017-04-22 12:13:43 -04:00
nbt@e390874cf0 Switch to CMake build system 2016-11-19 19:42:28 -05:00
src Switch from Boost filesystem to CPFS 2017-04-22 12:13:43 -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 Switch from Boost filesystem to CPFS 2017-04-22 12:13:43 -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+