Difference between revisions of "Development Tools"

From Minetest Developer Wiki
Jump to navigation Jump to search
(→‎Mod development: add schemedit)
Line 13: Line 13:
 
* [https://forum.minetest.net/viewtopic.php?t=15759 QA-Block [qa_block]]: Adds a Quality Assurance block which you use to run various checker scripts like listing items with missing description (including your own) and browse the global Lua namespace
 
* [https://forum.minetest.net/viewtopic.php?t=15759 QA-Block [qa_block]]: Adds a Quality Assurance block which you use to run various checker scripts like listing items with missing description (including your own) and browse the global Lua namespace
 
* [https://forum.minetest.net/viewtopic.php?t=9458 L-System Tree Utility [ltool]]: Helps you creating [[Introduction to L-system trees|L-system trees]] which you can spawn with [[minetest.spawn_tree]]
 
* [https://forum.minetest.net/viewtopic.php?t=9458 L-System Tree Utility [ltool]]: Helps you creating [[Introduction to L-system trees|L-system trees]] which you can spawn with [[minetest.spawn_tree]]
* [https://github.com/octacian/advschem [advschem]]: Advanced tool for creating and placing schematics, very WIP as of 12 August 2017
+
* [https://forum.minetest.net/viewtopic.php?f=9&t=18515 Schematic Editor [schemedit]]: Advanced tool for creating and placing schematics
 
* [https://forum.minetest.net/viewtopic.php?f=9&t=12011 Convert table schematic to .mts [saveschems]]: Tool for converting schematics from Lua table format to MTS files
 
* [https://forum.minetest.net/viewtopic.php?f=9&t=12011 Convert table schematic to .mts [saveschems]]: Tool for converting schematics from Lua table format to MTS files
 
* [https://forum.minetest.net/viewtopic.php?t=572 WorldEdit]: Primarily a tool for editing large parts of the world, what's interesting for developers is that it includes a few basic schematic commands (<code>//mtschemcreate</code>, etc.)
 
* [https://forum.minetest.net/viewtopic.php?t=572 WorldEdit]: Primarily a tool for editing large parts of the world, what's interesting for developers is that it includes a few basic schematic commands (<code>//mtschemcreate</code>, etc.)

Revision as of 15:42, 17 October 2017

This article lists various tools which help in development of Minetest and mods for Minetest.

Minetest development

Mod development

Standalone software

Mods and modpacks