juanchi/mods/minetest_schemedit
runs 71661dca94 first commit 2021-08-08 13:52:46 +02:00
..
textures first commit 2021-08-08 13:52:46 +02:00
LICENSE first commit 2021-08-08 13:52:46 +02:00
README.md first commit 2021-08-08 13:52:46 +02:00
depends.txt first commit 2021-08-08 13:52:46 +02:00
description.txt first commit 2021-08-08 13:52:46 +02:00
init.lua first commit 2021-08-08 13:52:46 +02:00
mod.conf first commit 2021-08-08 13:52:46 +02:00
screenshot.png first commit 2021-08-08 13:52:46 +02:00

README.md

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

You should also refer to the Minetest Lua API documentation to understand more about schematics.

License of everything

MIT License