minetest_ltool/README.md

28 lines
819 B
Markdown
Raw Permalink Normal View History

This mod provides a form to easily spawn L-system trees, aimed at mod developers
and power users.
2019-03-20 04:36:45 -07:00
Current version: 1.6.1
2018-05-17 12:30:28 -07:00
2018-05-17 18:36:53 -07:00
You can open the menu with an item “L-System Tree Utility” (`ltool:tool`)
or the server command `/treeform`.
If you use the following mod, there will be buttons to ease node selection:
2018-05-17 12:30:28 -07:00
* Select Item [`select_item`]
2016-11-18 15:09:11 -08:00
2016-12-28 04:56:49 -08:00
If you use one of the following mods, there's a new button in your inventory
menu for opening the form:
* Unified Inventory [`unified_inventory`]
* Simple Fast Inventory Buttons [`sfinv_buttons`]
* Inventory++ [`inventory_plus`]
2018-05-17 12:30:28 -07:00
This mod also adds the command `/lplant` to plant trees.
2016-12-07 08:54:19 -08:00
Usage help for this form is provided in the form itself.
This mod also has an API for managing the tree database. See `API.md` for more
information.
2017-08-11 11:38:43 -07:00
License of this mod: MIT License.