From 84d6dc3c69d6dda895f207a4cf8b65a0f16ff3aa Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 15 May 2020 03:23:58 +0200 Subject: [PATCH] Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37086ad..e8b7592 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ ## Description This is a mod which allows you to edit and export schematics (`.mts` files). +This mod works in Minetest 5.0.0 or later, but recommended is version 5.1.0 +or later. + It supports node probabilities, forced node placement and slice probabilities. It adds 3 items: @@ -14,10 +17,18 @@ It adds 3 items: * Schematic Void: Marks a position in a schematic which should not replace anything when placed as a schematic * Schematic Node Probability Tool: Set per-node probabilities and forced node placement -It also adds the server command `placeschem` to place a schematic. +Note: The import feature requires Minetest 5.1.0 or later. + +It also adds these server commands: + +* `placeschem` to place a schematic +* `mts2lua` to convert .mts files to .lua files (Lua code) + +There's also a setting `schemedit_export_lua` to enable automatic export to .lua files. ## Usage help Usage help can be found when you use the optional Help modpack (mods `doc` and `doc_items`). +The “server” privilege is required for most features. You should also refer to the Minetest Lua API documentation to understand more about schematics.