1
0
mirror of git://repo.or.cz/minetest_schemedit.git synced 2024-11-13 03:00:16 +01:00

Add README.md

This commit is contained in:
Wuzzy 2017-09-20 15:13:34 +02:00
parent 466b6b7bb9
commit 5df148708e

23
README.md Normal file
View File

@ -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