Skip to content

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

License

Notifications You must be signed in to change notification settings

TalkLounge/exschem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]
GitHub: TalkLounge
Minetest: TalkLounge

Other contributors
See: Other contributors

Minetest forum post

View exschem

ToDo

  • Add rotate support for whole schematic

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages