Difference between revisions of "Development Tools"
Jump to navigation
Jump to search
(Add a lot of dev tools in mods) |
(Add to Misc category) |
||
Line 15: | Line 15: | ||
* [https://forum.minetest.net/viewtopic.php?t=18049 List Items [listitems]]: Server commands for listing and searching the IDs of registered items and entities | * [https://forum.minetest.net/viewtopic.php?t=18049 List Items [listitems]]: Server commands for listing and searching the IDs of registered items and entities | ||
* [https://forum.minetest.net/viewtopic.php?t=11237 Inventory Check [inventorycheck]]: Investigate the inventory of any player | * [https://forum.minetest.net/viewtopic.php?t=11237 Inventory Check [inventorycheck]]: Investigate the inventory of any player | ||
+ | |||
+ | [[Category:Misc]] |
Revision as of 13:03, 8 August 2017
This article lists various tools which help in development of Minetest and mods for Minetest.
Minetest development
- /minetest/util: Various maintenance utilities
Mod development
Standalone software
- NodeBoxEditor: Build node boxes by dragging their edges.
Mods
- LuaCmd [luacmd]:
luacmd
server command which allows you to run a single Lua statement - 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
- L-System Tree Utility [ltool]: Helps you creating L-system trees which you can spawn with minetest.spawn_tree
- List Items [listitems]: Server commands for listing and searching the IDs of registered items and entities
- Inventory Check [inventorycheck]: Investigate the inventory of any player