Fix crash when opening new creator
[minetest_schemedit.git] / README.md
blob37086ad734d4836aa71a9435d46c891b5c1ee309
1 # Schematic Editor [`schemedit`]
3 ## Version
4 1.2.0
6 ## Description
7 This is a mod which allows you to edit and export schematics (`.mts` files).
9 It supports node probabilities, forced node placement and slice probabilities.
11 It adds 3 items:
13 * Schematic Creator: Used to mark a region and export or import 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