Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.62 KB

README.md

File metadata and controls

59 lines (45 loc) · 2.62 KB

ExSchem

Minetest mod adding lag free saving, loading and emerging of schematics by seperating them in little part schematics asynchronous

Dependencies

Manual

For players

Use chatcommand /exschem or /help exschem to see help. You need the privilege: privs
Or view video/update video on YouTube

Minetest schematic: Saving

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. /exschem pos2 or /exschem pos2 X Y Z
  3. /exschem save FILENAME

Minetest schematic: Loading

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. (Optional) /exschem here
  3. /exschem load FILENAME

WorldEdit schematic: Saving

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. /exschem pos2 or /exschem pos2 X Y Z
  3. /exschem save FILENAME true

WorldEdit schematic: Loading

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. (Optional) /exschem here
  3. /exschem load FILENAME

Emerge

  1. /exschem pos1 or /exschem pos1 X Y Z
  2. /exschem pos2 or /exschem pos2 X Y Z
  3. /exschem emerge

For programmers

Use api functions exschem.load, exschem.save, exschem.kill, exschem.emerge

Version

2.0

License

CC BY-NC 3.0 | See LICENSE

Credits

TalkLounge
E-Mail: talklounge@yahoo.de
GitHub: TalkLounge
Minetest: TalkLounge

Other contributors
See: Other contributors

Minetest forum post

View exschem

ToDo

  • Add rotate support for whole schematic