Version 1.5.0

master
Wuzzy 2018-05-29 02:52:58 +02:00
parent 57a8cc5957
commit ea28d4f723
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
This mod provides a form to easily spawn L-system trees, aimed at mod developers
and power users.
Current version: 1.4.2
Current version: 1.5.0
You can open the menu with an item “L-System Tree Utility” (`ltool:tool`)
or the server command `/treeform`.

View File

@ -2,8 +2,8 @@ ltool = {}
ltool.VERSION = {}
ltool.VERSION.MAJOR = 1
ltool.VERSION.MINOR = 4
ltool.VERSION.PATCH = 2
ltool.VERSION.MINOR = 5
ltool.VERSION.PATCH = 0
ltool.VERSION.STRING = ltool.VERSION.MAJOR .. "." .. ltool.VERSION.MINOR .. "." .. ltool.VERSION.PATCH
ltool.playerinfos = {}