diff --git a/changelog b/changelog index 9dbc9aa..768175d 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,5 @@ + 2022/09/01: Fix debug crashing on older MT (at least from 5.4) 2022/08/28: More Cottage variations and furniture, cleanup of node workarounds, fixes to witch spawning in cottages 2022/08/27: Clean up deprecated vector tables, quest and chest fixes 2022/02/23: Fixes and formatting diff --git a/init.lua b/init.lua index 8f51501..85f1afa 100644 --- a/init.lua +++ b/init.lua @@ -4,7 +4,7 @@ local path = minetest.get_modpath("witches") witches = {} -witches.version = "20220828" +witches.version = "20220901" print("This is Witches " .. witches.version .. "!") -- Strips any kind of escape codes (translation, colors) from a string