Version 1.6.0

master
Wuzzy 2019-03-20 12:17:33 +01:00
parent 85f8fc3e3c
commit 1989109846
2 changed files with 2 additions and 2 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.5.0
Current version: 1.6.0
You can open the menu with an item “L-System Tree Utility” (`ltool:tool`)
or the server command `/treeform`.

View File

@ -6,7 +6,7 @@ ltool = {}
ltool.VERSION = {}
ltool.VERSION.MAJOR = 1
ltool.VERSION.MINOR = 5
ltool.VERSION.MINOR = 6
ltool.VERSION.PATCH = 0
ltool.VERSION.STRING = ltool.VERSION.MAJOR .. "." .. ltool.VERSION.MINOR .. "." .. ltool.VERSION.PATCH