mirror of
https://github.com/rollerozxa/voxelmanip-wiki
synced 2024-05-05 08:01:02 -07:00
8 lines
799 B
Markdown
8 lines
799 B
Markdown
Schematics are files that describe a portion of Minetest nodes. Minetest schematics have nothing to do with the file format used by the Minecraft community that has the same name.
|
|
|
|
Minetest provides built-in functionality for mods to place structures, or schematics, with decorations or with the `minetest.place_schematic` function. The binary schematic format is stored in `.mts` files and can be generated by the engine with `minetest.create_schematic`.
|
|
|
|
## Editing
|
|
* [Schematic Editor (`schemedit`)](https://content.minetest.net/packages/Wuzzy/schemedit/) is a mod that allows you to import, edit and export schematics straight within Minetest.
|
|
|
|
* [MTSEdit](https://gitlab.com/bztsrc/mtsedit) is an external program for Windows, macOS and Linux where you can edit schematics in an isometric view. |