minetest_schemedit/README.md

26 lines
834 B
Markdown
Raw Normal View History

2017-09-20 06:14:56 -07:00
# Schematic Editor [`schemedit`]
2017-09-20 06:13:34 -07:00
## Version
2020-05-14 16:46:31 -07:00
1.2.0
2017-09-20 06:13:34 -07:00
## Description
This is a mod which allows you to edit and export schematics (`.mts` files).
2020-05-14 16:46:10 -07:00
It supports node probabilities, forced node placement and slice probabilities.
2017-09-20 06:13:34 -07:00
It adds 3 items:
2020-05-14 16:46:10 -07:00
* Schematic Creator: Used to mark a region and export or import it as schematic
2017-09-20 06:13:34 -07:00
* 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`).
2017-09-20 06:14:56 -07:00
You should also refer to the Minetest Lua API documentation to understand more about schematics.
2017-09-20 06:13:34 -07:00
## License of everything
MIT License