From ac3f2592e6b954c6982a5197e5a1d2ce51db8088 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 4 Aug 2021 02:23:20 +0200 Subject: [PATCH] Clean up mod metadata files --- mods/hades_death_messages/description.txt | 1 - mods/hades_death_messages/mod.conf | 1 + mods/hudbars/description.txt | 1 - mods/hudbars/mod.conf | 1 + mods/orienteering/description.txt | 1 - mods/orienteering/mod.conf | 1 + mods/pipeworks/depends.txt | 6 ------ mods/pipeworks/mod.conf | 3 +++ 8 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 mods/hades_death_messages/description.txt delete mode 100644 mods/hudbars/description.txt delete mode 100644 mods/orienteering/description.txt delete mode 100644 mods/pipeworks/depends.txt create mode 100644 mods/pipeworks/mod.conf diff --git a/mods/hades_death_messages/description.txt b/mods/hades_death_messages/description.txt deleted file mode 100644 index 7c322f6..0000000 --- a/mods/hades_death_messages/description.txt +++ /dev/null @@ -1 +0,0 @@ -Shows messages in chat when a player dies. diff --git a/mods/hades_death_messages/mod.conf b/mods/hades_death_messages/mod.conf index 37af37a..f9ea0a2 100644 --- a/mods/hades_death_messages/mod.conf +++ b/mods/hades_death_messages/mod.conf @@ -1 +1,2 @@ name = hades_death_messages +description = Shows messages in chat when a player dies. diff --git a/mods/hudbars/description.txt b/mods/hudbars/description.txt deleted file mode 100644 index 9e10e89..0000000 --- a/mods/hudbars/description.txt +++ /dev/null @@ -1 +0,0 @@ -Replaces the health and breath symbols in the HUD by “progress bars” and shows exact values. Other mods can add more progress bars for custom player stats. diff --git a/mods/hudbars/mod.conf b/mods/hudbars/mod.conf index add28e6..5fa238a 100644 --- a/mods/hudbars/mod.conf +++ b/mods/hudbars/mod.conf @@ -1 +1,2 @@ name = hudbars +description = Replaces the health and breath symbols in the HUD by “progress bars” and shows exact values. Other mods can add more progress bars for custom player stats. diff --git a/mods/orienteering/description.txt b/mods/orienteering/description.txt deleted file mode 100644 index 30921d9..0000000 --- a/mods/orienteering/description.txt +++ /dev/null @@ -1 +0,0 @@ -A collection of tools to help you orient yourselves in the world, such as compass, altimeter, etc. diff --git a/mods/orienteering/mod.conf b/mods/orienteering/mod.conf index bc06d96..22432a3 100644 --- a/mods/orienteering/mod.conf +++ b/mods/orienteering/mod.conf @@ -1,3 +1,4 @@ name = orienteering +description = A collection of tools to help you orient yourselves in the world, such as compass, altimeter, etc. depends = hades_compass optional_depends = hades_core, awards diff --git a/mods/pipeworks/depends.txt b/mods/pipeworks/depends.txt deleted file mode 100644 index 6c9b8f9..0000000 --- a/mods/pipeworks/depends.txt +++ /dev/null @@ -1,6 +0,0 @@ -hades_sounds -hades_core -hades_furnaces -hades_chests -mesecons? -mesecons_mvps? diff --git a/mods/pipeworks/mod.conf b/mods/pipeworks/mod.conf new file mode 100644 index 0000000..ce5f913 --- /dev/null +++ b/mods/pipeworks/mod.conf @@ -0,0 +1,3 @@ +name = pipeworks +depends = hades_sounds, hades_core, hades_furnaces, hades_chests +optional_depends = mesecons, mesecons_mvps