Version 1.6.1

master
Wuzzy 2019-03-20 12:36:45 +01:00
parent 4619b6cca5
commit 5efb442de0
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.6.0
Current version: 1.6.1
You can open the menu with an item “L-System Tree Utility” (`ltool:tool`)
or the server command `/treeform`.

View File

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