From d5874b40626177c5540cf3c2037867196942d6ea Mon Sep 17 00:00:00 2001 From: AFCMS Date: Mon, 8 Mar 2021 16:05:26 +0100 Subject: [PATCH] add credits --- mods/MISC/mcl_commands/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/MISC/mcl_commands/init.lua b/mods/MISC/mcl_commands/init.lua index 04ff7e602..e797c2c06 100644 --- a/mods/MISC/mcl_commands/init.lua +++ b/mods/MISC/mcl_commands/init.lua @@ -1,3 +1,6 @@ +--mcl_commands +--derivated from ChatCommandBuilder by @rubenwardy + local S = minetest.get_translator("mcl_commands") local mod_death_messages = minetest.get_modpath("mcl_death_messages")