From f5e5ddf55a902bfeb9944ef002ed49def15c4903 Mon Sep 17 00:00:00 2001 From: MeseCraft Date: Tue, 9 Aug 2022 11:23:01 -0500 Subject: [PATCH] fix some dependency error messages. migrate description and depends txts to mod.conf --- game.conf | 2 +- mods/HUD/show_wielded_item/depends.txt | 1 - mods/HUD/show_wielded_item/description.txt | 1 - mods/HUD/show_wielded_item/mod.conf | 5 +++++ mods/ITEMS/basic_materials/depends.txt | 2 -- mods/ITEMS/basic_materials/mod.conf | 6 ++++++ mods/ITEMS/farming/depends.txt | 5 ----- mods/ITEMS/farming/description.txt | 1 - mods/ITEMS/farming/mod.conf | 7 ++++++- mods/ITEMS/gadgets_modpack/gadgets_api/depends.txt | 3 --- mods/ITEMS/gadgets_modpack/gadgets_api/description.txt | 1 - mods/ITEMS/gadgets_modpack/gadgets_api/mod.conf | 5 +++++ .../gadgets_modpack/gadgets_consumables/depends.txt | 9 --------- .../gadgets_modpack/gadgets_consumables/description.txt | 1 - mods/ITEMS/gadgets_modpack/gadgets_consumables/mod.conf | 5 +++++ .../gadgets_modpack/gadgets_default_effects/depends.txt | 2 -- .../gadgets_default_effects/description.txt | 1 - .../gadgets_modpack/gadgets_default_effects/mod.conf | 5 +++++ mods/ITEMS/gadgets_modpack/gadgets_magic/depends.txt | 3 --- mods/ITEMS/gadgets_modpack/gadgets_magic/description.txt | 1 - mods/ITEMS/gadgets_modpack/gadgets_magic/mod.conf | 5 +++++ mods/ITEMS/pigiron/depends.txt | 5 ----- mods/ITEMS/pigiron/description.txt | 1 - mods/ITEMS/pigiron/mod.conf | 7 ++++++- mods/ITEMS/ropes/depends.txt | 8 -------- mods/ITEMS/ropes/description.txt | 1 - mods/ITEMS/ropes/mod.conf | 7 ++++++- mods/ITEMS/sounding_line/depends.txt | 6 ------ mods/ITEMS/sounding_line/description.txt | 1 - mods/ITEMS/sounding_line/mod.conf | 5 +++++ mods/PLAYER/playereffects/depends.txt | 0 mods/PLAYER/playereffects/description.txt | 1 - mods/PLAYER/playereffects/mod.conf | 5 +++++ mods/PLAYER/toolranks/depends.txt | 1 - mods/PLAYER/toolranks/mod.conf | 5 +++++ mods/SOUND/ambience/credits.txt | 3 --- mods/SOUND/ambience/depends.txt | 1 - mods/SOUND/ambience/mod.conf | 6 ++++++ mods/SOUND/ambience/todo.txt | 4 ++++ mods/WORLD/decorations_sea/depends.txt | 2 -- mods/WORLD/decorations_sea/description.txt | 1 - mods/WORLD/decorations_sea/mod.conf | 5 +++++ mods/WORLD/moreores/depends.txt | 3 --- mods/WORLD/moreores/mod.conf | 5 +++++ 44 files changed, 85 insertions(+), 69 deletions(-) delete mode 100644 mods/HUD/show_wielded_item/depends.txt delete mode 100644 mods/HUD/show_wielded_item/description.txt delete mode 100644 mods/ITEMS/basic_materials/depends.txt create mode 100644 mods/ITEMS/basic_materials/mod.conf delete mode 100644 mods/ITEMS/farming/depends.txt delete mode 100644 mods/ITEMS/farming/description.txt delete mode 100644 mods/ITEMS/gadgets_modpack/gadgets_api/depends.txt delete mode 100644 mods/ITEMS/gadgets_modpack/gadgets_api/description.txt delete mode 100644 mods/ITEMS/gadgets_modpack/gadgets_consumables/depends.txt delete mode 100644 mods/ITEMS/gadgets_modpack/gadgets_consumables/description.txt delete mode 100644 mods/ITEMS/gadgets_modpack/gadgets_default_effects/depends.txt delete mode 100644 mods/ITEMS/gadgets_modpack/gadgets_default_effects/description.txt delete mode 100644 mods/ITEMS/gadgets_modpack/gadgets_magic/depends.txt delete mode 100644 mods/ITEMS/gadgets_modpack/gadgets_magic/description.txt delete mode 100644 mods/ITEMS/pigiron/depends.txt delete mode 100644 mods/ITEMS/pigiron/description.txt delete mode 100644 mods/ITEMS/ropes/depends.txt delete mode 100644 mods/ITEMS/ropes/description.txt delete mode 100644 mods/ITEMS/sounding_line/depends.txt delete mode 100644 mods/ITEMS/sounding_line/description.txt delete mode 100644 mods/PLAYER/playereffects/depends.txt delete mode 100644 mods/PLAYER/playereffects/description.txt delete mode 100644 mods/PLAYER/toolranks/depends.txt delete mode 100644 mods/SOUND/ambience/credits.txt delete mode 100644 mods/SOUND/ambience/depends.txt create mode 100644 mods/SOUND/ambience/mod.conf delete mode 100644 mods/WORLD/decorations_sea/depends.txt delete mode 100644 mods/WORLD/decorations_sea/description.txt delete mode 100644 mods/WORLD/moreores/depends.txt diff --git a/game.conf b/game.conf index dee5155..de71d9b 100644 --- a/game.conf +++ b/game.conf @@ -1,3 +1,3 @@ -name = MeseCraft +title = MeseCraft description = The best game for Minetest. A project with the goal of enhancing survival with new depth, features, biomes, mobs and many essential additions. Has a focus on being user-friendly, stable, and fun. Join our cause: https://www.mesecraft.com author = MeseCraft diff --git a/mods/HUD/show_wielded_item/depends.txt b/mods/HUD/show_wielded_item/depends.txt deleted file mode 100644 index 3e1d5c2..0000000 --- a/mods/HUD/show_wielded_item/depends.txt +++ /dev/null @@ -1 +0,0 @@ -hudbars? diff --git a/mods/HUD/show_wielded_item/description.txt b/mods/HUD/show_wielded_item/description.txt deleted file mode 100644 index 361cab6..0000000 --- a/mods/HUD/show_wielded_item/description.txt +++ /dev/null @@ -1 +0,0 @@ -Displays the name of the wielded item. diff --git a/mods/HUD/show_wielded_item/mod.conf b/mods/HUD/show_wielded_item/mod.conf index fdedae0..bcdf1e8 100644 --- a/mods/HUD/show_wielded_item/mod.conf +++ b/mods/HUD/show_wielded_item/mod.conf @@ -1 +1,6 @@ name = show_wielded_item +description = Displays the name of the wielded item. +depends = +optional_depends = hudbars +author = Wuzzy +title = Show Wielded Item diff --git a/mods/ITEMS/basic_materials/depends.txt b/mods/ITEMS/basic_materials/depends.txt deleted file mode 100644 index 436cd47..0000000 --- a/mods/ITEMS/basic_materials/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -moreores? diff --git a/mods/ITEMS/basic_materials/mod.conf b/mods/ITEMS/basic_materials/mod.conf new file mode 100644 index 0000000..97dc3a0 --- /dev/null +++ b/mods/ITEMS/basic_materials/mod.conf @@ -0,0 +1,6 @@ +name = basic_materials +description = This mod supplies all those little random craft items that everyone always seems to need, such as metal bars (ala rebar), plastic, wire, and so on. +depends = default +optional_depends = moreores +author = VanessaE +title = Basic Materials diff --git a/mods/ITEMS/farming/depends.txt b/mods/ITEMS/farming/depends.txt deleted file mode 100644 index 650885b..0000000 --- a/mods/ITEMS/farming/depends.txt +++ /dev/null @@ -1,5 +0,0 @@ -default -stairs? -intllib? -lucky_block? -toolranks? diff --git a/mods/ITEMS/farming/description.txt b/mods/ITEMS/farming/description.txt deleted file mode 100644 index 58bdc81..0000000 --- a/mods/ITEMS/farming/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds many plants and food to Minetest \ No newline at end of file diff --git a/mods/ITEMS/farming/mod.conf b/mods/ITEMS/farming/mod.conf index 80ab8b0..307a082 100644 --- a/mods/ITEMS/farming/mod.conf +++ b/mods/ITEMS/farming/mod.conf @@ -1 +1,6 @@ -name = farming \ No newline at end of file +name = farming +description = Adds many plants and food to Minetest. +depends = default +optional_depends = stairs, intllib, lucky_block, toolranks +author = TenPlus1 +title = Farming diff --git a/mods/ITEMS/gadgets_modpack/gadgets_api/depends.txt b/mods/ITEMS/gadgets_modpack/gadgets_api/depends.txt deleted file mode 100644 index 079fb88..0000000 --- a/mods/ITEMS/gadgets_modpack/gadgets_api/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -playereffects -technic? -mana? diff --git a/mods/ITEMS/gadgets_modpack/gadgets_api/description.txt b/mods/ITEMS/gadgets_modpack/gadgets_api/description.txt deleted file mode 100644 index 04e1a6b..0000000 --- a/mods/ITEMS/gadgets_modpack/gadgets_api/description.txt +++ /dev/null @@ -1 +0,0 @@ -An API for registering consumables and other items that add status effects to the player diff --git a/mods/ITEMS/gadgets_modpack/gadgets_api/mod.conf b/mods/ITEMS/gadgets_modpack/gadgets_api/mod.conf index f402350..004d183 100644 --- a/mods/ITEMS/gadgets_modpack/gadgets_api/mod.conf +++ b/mods/ITEMS/gadgets_modpack/gadgets_api/mod.conf @@ -1 +1,6 @@ name = gadgets_api +description = An API for registering consumables and other items that add status effects to the player +depends = playereffects +optional_depends = technic, mana +author = ClockGen +title = Gadgets API diff --git a/mods/ITEMS/gadgets_modpack/gadgets_consumables/depends.txt b/mods/ITEMS/gadgets_modpack/gadgets_consumables/depends.txt deleted file mode 100644 index 95347c0..0000000 --- a/mods/ITEMS/gadgets_modpack/gadgets_consumables/depends.txt +++ /dev/null @@ -1,9 +0,0 @@ -default -vessels -farming -mesecraft_bucket -flowers -gadgets_api -gadgets_default_effects -mana? -sprint_lite? diff --git a/mods/ITEMS/gadgets_modpack/gadgets_consumables/description.txt b/mods/ITEMS/gadgets_modpack/gadgets_consumables/description.txt deleted file mode 100644 index 59f1bca..0000000 --- a/mods/ITEMS/gadgets_modpack/gadgets_consumables/description.txt +++ /dev/null @@ -1 +0,0 @@ -Part of gadgets_modpack, providing various potions and consumables \ No newline at end of file diff --git a/mods/ITEMS/gadgets_modpack/gadgets_consumables/mod.conf b/mods/ITEMS/gadgets_modpack/gadgets_consumables/mod.conf index 1f6978d..08ce590 100644 --- a/mods/ITEMS/gadgets_modpack/gadgets_consumables/mod.conf +++ b/mods/ITEMS/gadgets_modpack/gadgets_consumables/mod.conf @@ -1 +1,6 @@ name = gadgets_consumables +description = Part of gadgets_modpack, providing various potions and consumables +depends = default, vessels, farming, mesecraft_bucket, flowers, gadgets_api, gadgets_default_effects +optional_depends = mana, sprint_lite +author = ClockGen +title = Gadgets Consumables diff --git a/mods/ITEMS/gadgets_modpack/gadgets_default_effects/depends.txt b/mods/ITEMS/gadgets_modpack/gadgets_default_effects/depends.txt deleted file mode 100644 index d1a04f3..0000000 --- a/mods/ITEMS/gadgets_modpack/gadgets_default_effects/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -gadgets_api -player_monoids diff --git a/mods/ITEMS/gadgets_modpack/gadgets_default_effects/description.txt b/mods/ITEMS/gadgets_modpack/gadgets_default_effects/description.txt deleted file mode 100644 index b77f269..0000000 --- a/mods/ITEMS/gadgets_modpack/gadgets_default_effects/description.txt +++ /dev/null @@ -1 +0,0 @@ -Part of gadgets_modpack, providing default status effects diff --git a/mods/ITEMS/gadgets_modpack/gadgets_default_effects/mod.conf b/mods/ITEMS/gadgets_modpack/gadgets_default_effects/mod.conf index 8b189c7..7f122a2 100644 --- a/mods/ITEMS/gadgets_modpack/gadgets_default_effects/mod.conf +++ b/mods/ITEMS/gadgets_modpack/gadgets_default_effects/mod.conf @@ -1 +1,6 @@ name = gadgets_default_effects +description = Part of gadgets_modpack, providing default status effects +depends = gadgets_api, player_monoids +optional_depends = +author = ClockGen +title = Gadgets Default Effects diff --git a/mods/ITEMS/gadgets_modpack/gadgets_magic/depends.txt b/mods/ITEMS/gadgets_modpack/gadgets_magic/depends.txt deleted file mode 100644 index b64cfe8..0000000 --- a/mods/ITEMS/gadgets_modpack/gadgets_magic/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -gadgets_api -gadgets_default_effects -magic_materials diff --git a/mods/ITEMS/gadgets_modpack/gadgets_magic/description.txt b/mods/ITEMS/gadgets_modpack/gadgets_magic/description.txt deleted file mode 100644 index 2349b53..0000000 --- a/mods/ITEMS/gadgets_modpack/gadgets_magic/description.txt +++ /dev/null @@ -1 +0,0 @@ -Part of gadgets_modpack that adds magical spellbooks and similar items diff --git a/mods/ITEMS/gadgets_modpack/gadgets_magic/mod.conf b/mods/ITEMS/gadgets_modpack/gadgets_magic/mod.conf index 0f94048..4de341d 100644 --- a/mods/ITEMS/gadgets_modpack/gadgets_magic/mod.conf +++ b/mods/ITEMS/gadgets_modpack/gadgets_magic/mod.conf @@ -1 +1,6 @@ name = gadgets_magic +description = Part of gadgets_modpack that adds magical spellbooks and similar items +depends = gadgets_api, gadgets_default_effects, magic_materials +optional_depends = +author = ClockGen +title = Gadgets Magic diff --git a/mods/ITEMS/pigiron/depends.txt b/mods/ITEMS/pigiron/depends.txt deleted file mode 100644 index 90f6f71..0000000 --- a/mods/ITEMS/pigiron/depends.txt +++ /dev/null @@ -1,5 +0,0 @@ -default -stairs? -farming? -lucky_block? -toolranks? diff --git a/mods/ITEMS/pigiron/description.txt b/mods/ITEMS/pigiron/description.txt deleted file mode 100644 index bb0ada3..0000000 --- a/mods/ITEMS/pigiron/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds pig iron ingots which need to be crafted to make steel, also blocks and stairs. \ No newline at end of file diff --git a/mods/ITEMS/pigiron/mod.conf b/mods/ITEMS/pigiron/mod.conf index 181dbf2..eafade3 100644 --- a/mods/ITEMS/pigiron/mod.conf +++ b/mods/ITEMS/pigiron/mod.conf @@ -1 +1,6 @@ -name = pigiron \ No newline at end of file +name = pigiron +description = Adds pig iron ingots which need to be crafted to make steel, also blocks and stairs. +depends = default +optional_depends =stairs, farming, lucky_block, toolranks +title = Pig Iron +author = TenPlus1 diff --git a/mods/ITEMS/ropes/depends.txt b/mods/ITEMS/ropes/depends.txt deleted file mode 100644 index 55c98cb..0000000 --- a/mods/ITEMS/ropes/depends.txt +++ /dev/null @@ -1,8 +0,0 @@ -default -farming? -vines? -doc? -intllib? -loot? -hemp? -cottages? \ No newline at end of file diff --git a/mods/ITEMS/ropes/description.txt b/mods/ITEMS/ropes/description.txt deleted file mode 100644 index 846f150..0000000 --- a/mods/ITEMS/ropes/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds rope boxes of various lengths and also rope ladders. \ No newline at end of file diff --git a/mods/ITEMS/ropes/mod.conf b/mods/ITEMS/ropes/mod.conf index 88ecfd1..948b7ca 100644 --- a/mods/ITEMS/ropes/mod.conf +++ b/mods/ITEMS/ropes/mod.conf @@ -1 +1,6 @@ -name = ropes \ No newline at end of file +name = ropes +description = Adds rope boxes of various lengths and also rope ladders. +depends = default +optional_depends = farming, vines, doc, intllib, loot, hemp, cottages +author = FaceDeer +title = Ropes diff --git a/mods/ITEMS/sounding_line/depends.txt b/mods/ITEMS/sounding_line/depends.txt deleted file mode 100644 index 9739f60..0000000 --- a/mods/ITEMS/sounding_line/depends.txt +++ /dev/null @@ -1,6 +0,0 @@ -default? -doc? -intllib? -farming? -vines? -loot? \ No newline at end of file diff --git a/mods/ITEMS/sounding_line/description.txt b/mods/ITEMS/sounding_line/description.txt deleted file mode 100644 index c70f641..0000000 --- a/mods/ITEMS/sounding_line/description.txt +++ /dev/null @@ -1 +0,0 @@ -A tool for determining the depth of water or the depth of a hole. \ No newline at end of file diff --git a/mods/ITEMS/sounding_line/mod.conf b/mods/ITEMS/sounding_line/mod.conf index 73bb724..47fa7a0 100644 --- a/mods/ITEMS/sounding_line/mod.conf +++ b/mods/ITEMS/sounding_line/mod.conf @@ -1 +1,6 @@ name = sounding_line +description = A tool for determining the depth of water or the depth of a hole. +depends = +optional_depends = default, doc, intllib, farming, vines, loot +author = FaceDeer +title = Sounding Line diff --git a/mods/PLAYER/playereffects/depends.txt b/mods/PLAYER/playereffects/depends.txt deleted file mode 100644 index e69de29..0000000 diff --git a/mods/PLAYER/playereffects/description.txt b/mods/PLAYER/playereffects/description.txt deleted file mode 100644 index 9a2961d..0000000 --- a/mods/PLAYER/playereffects/description.txt +++ /dev/null @@ -1 +0,0 @@ -Framework for temporary effects for players. diff --git a/mods/PLAYER/playereffects/mod.conf b/mods/PLAYER/playereffects/mod.conf index 20e8a4d..f9dae13 100644 --- a/mods/PLAYER/playereffects/mod.conf +++ b/mods/PLAYER/playereffects/mod.conf @@ -1 +1,6 @@ name = playereffects +description = Framework for temporary effects for players. +depends = +optional_depends = +author = wuzzy +title = Player Effects diff --git a/mods/PLAYER/toolranks/depends.txt b/mods/PLAYER/toolranks/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/PLAYER/toolranks/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/PLAYER/toolranks/mod.conf b/mods/PLAYER/toolranks/mod.conf index d3162ad..ce8a208 100644 --- a/mods/PLAYER/toolranks/mod.conf +++ b/mods/PLAYER/toolranks/mod.conf @@ -1 +1,6 @@ name = toolranks +description = Adds ranks and buffs to tools. +depends = default +optional_depends = +author = lisacvuk +title = Tool Ranks diff --git a/mods/SOUND/ambience/credits.txt b/mods/SOUND/ambience/credits.txt deleted file mode 100644 index 9f26a42..0000000 --- a/mods/SOUND/ambience/credits.txt +++ /dev/null @@ -1,3 +0,0 @@ -ambience_soundscape_ocean.ogg - foongaz - https://freesound.org/people/foongaz/sounds/253287/ -ambience_soundscape_night.ogg - felix.blume - https://freesound.org/people/felix.blume/sounds/410357/ - diff --git a/mods/SOUND/ambience/depends.txt b/mods/SOUND/ambience/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/SOUND/ambience/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/SOUND/ambience/mod.conf b/mods/SOUND/ambience/mod.conf new file mode 100644 index 0000000..54facfe --- /dev/null +++ b/mods/SOUND/ambience/mod.conf @@ -0,0 +1,6 @@ +name = ambience +description = Adds environmental sounds. +depends = default +optional_depends = +author = Sam Hocevar +title = Ambience diff --git a/mods/SOUND/ambience/todo.txt b/mods/SOUND/ambience/todo.txt index 4f95977..a33cb73 100644 --- a/mods/SOUND/ambience/todo.txt +++ b/mods/SOUND/ambience/todo.txt @@ -9,3 +9,7 @@ m-which songs should go with which environments? Dark songs in caves or night, m-may be drowning out some of the normal sound effects like walking on stone. l-what about other weird bubble l-put in wind/ wind in trees during day and night + +ambience_soundscape_ocean.ogg - foongaz - https://freesound.org/people/foongaz/sounds/253287/ +ambience_soundscape_night.ogg - felix.blume - https://freesound.org/people/felix.blume/sounds/410357/ + diff --git a/mods/WORLD/decorations_sea/depends.txt b/mods/WORLD/decorations_sea/depends.txt deleted file mode 100644 index 721607e..0000000 --- a/mods/WORLD/decorations_sea/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -ethereal? diff --git a/mods/WORLD/decorations_sea/description.txt b/mods/WORLD/decorations_sea/description.txt deleted file mode 100644 index e8a586f..0000000 --- a/mods/WORLD/decorations_sea/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds many new types of seaweed, kelp, corals and other sea decorations, distributed across biomes diff --git a/mods/WORLD/decorations_sea/mod.conf b/mods/WORLD/decorations_sea/mod.conf index bd20f31..3bef7b8 100644 --- a/mods/WORLD/decorations_sea/mod.conf +++ b/mods/WORLD/decorations_sea/mod.conf @@ -1 +1,6 @@ name = decorations_sea +description = Adds many new types of seaweed, kelp, corals and other sea decorations, distributed across biomes +depends = default +optional_depends = ethereal +author = ClockGen +title = Decorations Sea diff --git a/mods/WORLD/moreores/depends.txt b/mods/WORLD/moreores/depends.txt deleted file mode 100644 index b2c7f98..0000000 --- a/mods/WORLD/moreores/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -intllib? -toolranks? diff --git a/mods/WORLD/moreores/mod.conf b/mods/WORLD/moreores/mod.conf index 5a9f1e2..eac30da 100644 --- a/mods/WORLD/moreores/mod.conf +++ b/mods/WORLD/moreores/mod.conf @@ -1 +1,6 @@ name = moreores +description = Adds more ores. +depends = default +optional_depends = intllib, toolranks +author = Calinou +title = More Ores