Rename button
[minetest_schemedit.git] / README.md
blobc4750032c0cc626671555f8c96d66e5c7f79d8e5
1 # Schematic Editor [`schemedit`]
3 ## Version
4 1.1.0
6 ## Description
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.
11 It adds 3 items:
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.
19 ## Usage help
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
25 MIT License