Version 1.4.2

master
Wuzzy 2018-05-17 21:30:28 +02:00
parent c1fc68ee33
commit f6b70dc819
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,11 @@
This mod provides a form to easily spawn L-system trees, aimed at mod developers
and power users.
Current version: 1.4.1
Current version: 1.4.2
If you use the following mod, there will be buttons to ease node selection
* Select Item [`select_item`]
If you use one of the following mods, there's a new button in your inventory
menu for opening the form:
@ -12,6 +16,8 @@ menu for opening the form:
Alternatively, you can always use the server command `/treeform`.
This mod also adds the command `/lplant` to plant trees.
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

View File

@ -3,7 +3,7 @@ ltool = {}
ltool.VERSION = {}
ltool.VERSION.MAJOR = 1
ltool.VERSION.MINOR = 4
ltool.VERSION.PATCH = 1
ltool.VERSION.PATCH = 2
ltool.VERSION.STRING = ltool.VERSION.MAJOR .. "." .. ltool.VERSION.MINOR .. "." .. ltool.VERSION.PATCH
ltool.playerinfos = {}