Miroir du mod minetest_schemedit.
Go to file
Wuzzy ba323c7670 Version 1.5.1 2022-05-13 23:53:49 +02:00
locale Update translation 2021-09-20 20:01:56 +02:00
textures Rename mod to schemedit 2017-09-20 14:34:37 +02:00
LICENSE Add me to credits 2020-05-15 01:22:11 +02:00
README.md Version 1.5.1 2022-05-13 23:53:49 +02:00
USAGE.md Add USAGE.md, generated with /make_schemedit_readme 2021-04-04 19:08:08 +02:00
init.lua Fix exporting the wrong Y values for Y slices 2022-05-13 23:53:07 +02:00
make_readme.lua Cleanup usage readme generator 2021-04-04 19:07:25 +02:00
mod.conf Add min_minetest_version 2021-04-04 19:43:07 +02:00
screenshot.png Update screenshot.png 2021-04-04 19:50:21 +02:00
settingtypes.txt Add Lua export feature 2020-05-15 02:48:22 +02:00

README.md

Schematic Editor [schemedit]

Version

1.5.1

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:

  • Schematic Creator: Used to mark a region and export or import 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

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

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.

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).

License of everything

MIT License