1 # Schematic Editor [`schemedit`]
7 This is a mod which allows you to edit and export schematics (`.mts` files).
9 It supports node porbabilities, forced node placement and slice probabilities.
13 * Schematic Creator: Used to mark a region and export it as schematic
14 * Schematic Void: Marks a position in a schematic which should not replace anything when placed as a schematic
15 * Schematic Node Probability Tool: Set per-node probabilities and forced node placement
17 It also adds the server command `placeschem` to place a schematic.
20 Usage help can be found when you use the optional Help modpack (mods `doc` and `doc_items`).
22 You should also refer to the Minetest Lua API documentation to understand more about schematics.
24 ## License of everything