From ac3031c679cfc8e615bbb1027afebfaadea913dd Mon Sep 17 00:00:00 2001 From: rudzik8 Date: Tue, 10 May 2022 17:04:15 +0700 Subject: [PATCH] Add mod.confs to silence Minetest 5.5 warnings --- mods/CORE/walkover/mod.conf | 1 + mods/HUD/mcl_experience/mod.conf | 1 + mods/HUD/mcl_formspec/mod.conf | 1 + mods/HUD/mcl_tmp_message/mod.conf | 1 + mods/ITEMS/screwdriver/mod.conf | 1 + mods/MISC/mcl_engine_workarounds/mod.conf | 1 + mods/MISC/mcl_selftests/mod.conf | 1 + mods/PLAYER/mcl_player/mod.conf | 1 + 8 files changed, 8 insertions(+) create mode 100644 mods/CORE/walkover/mod.conf create mode 100644 mods/HUD/mcl_experience/mod.conf create mode 100644 mods/HUD/mcl_tmp_message/mod.conf create mode 100644 mods/ITEMS/screwdriver/mod.conf create mode 100644 mods/MISC/mcl_engine_workarounds/mod.conf create mode 100644 mods/MISC/mcl_selftests/mod.conf create mode 100644 mods/PLAYER/mcl_player/mod.conf diff --git a/mods/CORE/walkover/mod.conf b/mods/CORE/walkover/mod.conf new file mode 100644 index 00000000..2b6bf91e --- /dev/null +++ b/mods/CORE/walkover/mod.conf @@ -0,0 +1 @@ +name = walkover diff --git a/mods/HUD/mcl_experience/mod.conf b/mods/HUD/mcl_experience/mod.conf new file mode 100644 index 00000000..56c8a028 --- /dev/null +++ b/mods/HUD/mcl_experience/mod.conf @@ -0,0 +1 @@ +name = mcl_experience diff --git a/mods/HUD/mcl_formspec/mod.conf b/mods/HUD/mcl_formspec/mod.conf index 9d614403..77ae26a7 100644 --- a/mods/HUD/mcl_formspec/mod.conf +++ b/mods/HUD/mcl_formspec/mod.conf @@ -1 +1,2 @@ +name = mcl_formspec description = Helper mod to simplify creation of formspecs a little bit diff --git a/mods/HUD/mcl_tmp_message/mod.conf b/mods/HUD/mcl_tmp_message/mod.conf new file mode 100644 index 00000000..9b35bdee --- /dev/null +++ b/mods/HUD/mcl_tmp_message/mod.conf @@ -0,0 +1 @@ +name = mcl_tmp_message diff --git a/mods/ITEMS/screwdriver/mod.conf b/mods/ITEMS/screwdriver/mod.conf new file mode 100644 index 00000000..234f9b1d --- /dev/null +++ b/mods/ITEMS/screwdriver/mod.conf @@ -0,0 +1 @@ +name = screwdriver diff --git a/mods/MISC/mcl_engine_workarounds/mod.conf b/mods/MISC/mcl_engine_workarounds/mod.conf new file mode 100644 index 00000000..b016f95b --- /dev/null +++ b/mods/MISC/mcl_engine_workarounds/mod.conf @@ -0,0 +1 @@ +name = mcl_engine_workarounds diff --git a/mods/MISC/mcl_selftests/mod.conf b/mods/MISC/mcl_selftests/mod.conf new file mode 100644 index 00000000..69980d21 --- /dev/null +++ b/mods/MISC/mcl_selftests/mod.conf @@ -0,0 +1 @@ +name = mcl_selftests diff --git a/mods/PLAYER/mcl_player/mod.conf b/mods/PLAYER/mcl_player/mod.conf new file mode 100644 index 00000000..2bf82e76 --- /dev/null +++ b/mods/PLAYER/mcl_player/mod.conf @@ -0,0 +1 @@ +name = mcl_player