From f6b70dc8194b97531333ca39a617ddab34bc9195 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 17 May 2018 21:30:28 +0200 Subject: [PATCH] Version 1.4.2 --- README.md | 8 +++++++- init.lua | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a864d72..40aef70 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/init.lua b/init.lua index 3e6e3b5..ee762be 100644 --- a/init.lua +++ b/init.lua @@ -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 = {}