From 36ecc1172907c7b5739baf3993bb6822d9a16906 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Thu, 2 Oct 2014 18:18:35 +0200 Subject: [PATCH] increased version number due to inspection tool added --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index bf5d902..b7fd80c 100644 --- a/init.lua +++ b/init.lua @@ -18,9 +18,10 @@ along with this program. If not, see . --]] --- Version 2.1 +-- Version 3.0 -- Changelog: +-- 02.10.2014 * Some more improvements for inspect-tool. Added craft-guide. -- 01.10.2014 * Added inspect-tool. -- 12.01.2013 * If digging the node was unsuccessful, then the replacement will now fail -- (instead of destroying the old node with its metadata; i.e. chests with content)