From 5d5dfc0f2127bb8d257bd4e518acc2aeafba26df Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Sat, 3 Aug 2024 18:55:04 +0200 Subject: [PATCH] version bump 4.93 --- CHANGELOG | 1 + init.lua | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3e6e85c..b4cf767 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +20240803 * SwissalpS made replacer game agnostic (using [xcompat]). 20240225 * SwissalpS patched a crash situation with multinode-nodes. Thanks frogTheSecond and Huhhila for detecting and reporting. 20221107 * fluxionary fixed typo unkown -> unknown 20220830 * SwissalpS fixed de translation typo. Thanks Niklp09 for reporting. diff --git a/init.lua b/init.lua index b4116d8..f8cbb75 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,7 @@ Copyright (C) 2013 Sokomine Copyright (C) 2019 coil0 Copyright (C) 2019 HybridDog - Copyright (C) 2019-2022 SwissalpS + Copyright (C) 2019-2024 SwissalpS This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,12 +19,12 @@ along with this program. If not, see . --]] --- Version 4.91 (20220830) +-- Version 4.93 (20240803) -- Changelog: see CHANGELOG file replacer = {} -replacer.version = 20240225 +replacer.version = 20240803 replacer.has_bakedclay = minetest.get_modpath('bakedclay') replacer.has_basic_dyes = minetest.get_modpath('dye')