From 5df148708ec67794a0ea6f47c686ef3d030d0598 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 20 Sep 2017 15:13:34 +0200 Subject: [PATCH] Add README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f786f2 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Schematic Editor [schemedit] + +## Version +1.0.0 + +## Description +This is a mod which allows you to edit and export schematics (`.mts` files). + +It supports node porbabilities, forced node placement and slice probabilities. + +It adds 3 items: + +* Schematic Creator: Used to mark a region and export it as schematic +* 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. + +## Usage help +Usage help can be found when you use the optional Help modpack (mods `doc` and `doc_items`). + +## License of everything +MIT License