schemedit/README.md

40 lines
1.3 KiB
Markdown
Raw Normal View History

2017-09-20 15:14:56 +02:00
# Schematic Editor [`schemedit`]
2017-09-20 15:13:34 +02:00
## Version
2022-05-13 23:53:49 +02:00
1.5.1
2017-09-20 15:13:34 +02:00
## Description
This is a mod which allows you to edit and export schematics (`.mts` files).
2020-05-15 03:23:58 +02:00
This mod works in Minetest 5.0.0 or later, but recommended is version 5.1.0
or later.
2020-05-15 01:46:10 +02:00
It supports node probabilities, forced node placement and slice probabilities.
2017-09-20 15:13:34 +02:00
It adds 3 items:
2020-05-15 01:46:10 +02:00
* Schematic Creator: Used to mark a region and export or import it as schematic
2017-09-20 15:13:34 +02: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
2020-05-15 03:23:58 +02:00
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.
2017-09-20 15:13:34 +02:00
## Usage help
2021-04-04 19:00:17 +02:00
This mod assumes you already have a basic understanding about how schematics in Minetest work.
If not, refer to the Minetest Lua API documentation to understand more about schematics.
2017-09-20 15:13:34 +02:00
2021-04-04 19:00:17 +02:00
To learn how to use all the items in this mod, read `USAGE.md`.
You can also find the same help texts in-game if you if you use the optional Help modpack
(mods `doc` and `doc_items`).
2017-09-20 15:14:56 +02:00
2017-09-20 15:13:34 +02:00
## License of everything
MIT License