Version 1.4.0
[minetest_schemedit.git] / README.md
blob84ca4f88066971befcc6025b49a9e6b9c28c0198
1 # Schematic Editor [`schemedit`]
3 ## Version
4 1.4.0
6 ## Description
7 This is a mod which allows you to edit and export schematics (`.mts` files).
9 This mod works in Minetest 5.0.0 or later, but recommended is version 5.1.0
10 or later.
12 It supports node probabilities, forced node placement and slice probabilities.
14 It adds 3 items:
16 * Schematic Creator: Used to mark a region and export or import it as schematic
17 * Schematic Void: Marks a position in a schematic which should not replace anything when placed as a schematic
18 * Schematic Node Probability Tool: Set per-node probabilities and forced node placement
20 Note: The import feature requires Minetest 5.1.0 or later.
22 It also adds these server commands:
24 * `placeschem` to place a schematic
25 * `mts2lua` to convert .mts files to .lua files (Lua code)
27 There's also a setting `schemedit_export_lua` to enable automatic export to .lua files.
29 ## Usage help
30 Usage help can be found when you use the optional Help modpack (mods `doc` and `doc_items`).
31 The “server” privilege is required for most features.
33 You should also refer to the Minetest Lua API documentation to understand more about schematics.
35 ## License of everything
36 MIT License