From 8f475e1983215423462ee9c6b641303b8f3f751a Mon Sep 17 00:00:00 2001 From: Aristotle Date: Fri, 24 Aug 2018 17:36:30 +0200 Subject: [PATCH] Some internal changelog update --- init.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c9c2904..5ddec1c 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,5 @@ -- Minetest Mod: hotbar --- Version: 0.1.4 +-- Version: 0.1.5 -- Licence(s): see the attached license.txt file -- Author: aristotle, a builder on Red Cat Creative -- @@ -19,6 +19,10 @@ -- different in each world / map. -- -- Changelog: +-- 0.1.5 +-- - Went back to just one command: hotbar, now improved to just not take +-- the size, but the mode as well. +-- - Some feedback messages have been fixed. -- 0.1.4 -- - A new command - /hotbar_mode - has been added to take advantage of -- the 0.4.16+ mod_storage API.