diff --git a/CHANGELOG b/CHANGELOG index 87f9079..75be0e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +20220203 * SwissalpS fixed some issues: forced aliases, items that have no drops defined + Added compat for buckets, canisters and beertap/mugs + Fixed formspec for MT 5.5.0 (that now actually uses padding) + Added server setting to disable minor modes. + Updated documentation and locales. 20220127 * SwissalpS cleaned up var names in inspect.lua * Added .luacheckrc and print_dump() * Bumped version to 4.0 diff --git a/TODO b/TODO index 66c25ab..298309f 100644 --- a/TODO +++ b/TODO @@ -61,7 +61,6 @@ homedecor:table_lamp_12 homedecor:speaker_open -> homedecor:speaker (cable plate overrides) -- not fixing as user can have both in inventory ---------- known incompat inspect ----------- --- no recipe for silicon lump ---- missing icons ---- cottages:wool;cottages:wool (used by homedecor:curtain_open) -- meh, there is working recipe diff --git a/init.lua b/init.lua index de9062c..78adfbc 100644 --- a/init.lua +++ b/init.lua @@ -19,12 +19,12 @@ along with this program. If not, see . --]] --- Version 4.0 (20220127) +-- Version 4.1 (20220203) -- Changelog: see CHANGELOG file replacer = {} -replacer.version = 20220127 +replacer.version = 20220203 replacer.has_bakedclay = minetest.get_modpath('bakedclay') replacer.has_basic_dyes = minetest.get_modpath('dye')