Display probability in tool wear bar
[minetest_schemedit.git] / README.md
blob735777943af82b147f4ad37cb1dd7755ee1215e6
1 # Schematic Editor [`schemedit`]
3 ## Version
4 1.0.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