Minetest MTS Editor
This is a simple editor for Minetest Schematic files (MTS)
MineTest Schematics Editor by bzt Copyright (C) 2019 MIT license
./mtsedit [-d|-p|-P|-g] [-m map] <.mts|.schematic> [out.mts]
-d: dump layers to output
-p: save preview
-P: preview structure cut in half
-g: generate slab and stairs from block image
-m map: replace block type mapping
out.mts: output to file
Batch Mode
You can convert MTS files and generate preview images for them from script with this tool. Read more.
Interactive Mode
A picture can be more informative than thousand words. Read more.
Compilation
It is very simple, written in ANSI C. The one and only dependency it has is the SDL2 library. Just issue make
in the "src"
directory, and that will autodetect your operating system (Linux, BSD, MacOSX and Windows with mingw).
It also needs some data files, which can be found here.
bzt
Description
Languages
C
95.1%
Lua
4.2%
Makefile
0.7%