Version 1.6.1
[minetest_ltool.git] / README.md
blob4e9229cda1a2705beacfbfbf33dfc189cb683c21
1 This mod provides a form to easily spawn L-system trees, aimed at mod developers
2 and power users.
4 Current version: 1.6.1
6 You can open the menu with an item “L-System Tree Utility” (`ltool:tool`)
7 or the server command `/treeform`.
9 If you use the following mod, there will be buttons to ease node selection:
11 * Select Item [`select_item`]
13 If you use one of the following mods, there's a new button in your inventory
14 menu for opening the form:
16 * Unified Inventory [`unified_inventory`]
17 * Simple Fast Inventory Buttons [`sfinv_buttons`]
18 * Inventory++ [`inventory_plus`]
20 This mod also adds the command `/lplant` to plant trees.
22 Usage help for this form is provided in the form itself.
24 This mod also has an API for managing the tree database. See `API.md` for more
25 information.
27 License of this mod: MIT License.