summaryrefslogtreecommitdiff
path: root/mods.xml
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2024-12-17 20:55:10 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-12-17 20:55:10 +0000
commit502584b9aff0c932c74d140fe3fc55f81296ce4d (patch)
treea908c773a730515c6195bf6d64bc172bd2a264a8 /mods.xml
parent5957a0b66ba5cb3046e358174904f64f76b337f8 (diff)
downloadmods-master.tar.gz
mods-master.tar.bz2
mods-master.tar.xz
mods-master.zip
Name value didn't show in client. Added name to descriptions.master
Also removed "outdated" mod as it was, itself, outdated and no one to maintain it and also because we will most likely switch to individual monster files, yet again, to make dev and local patching easier, making mods more likely to be contributed to and because there will be less git conflicts when all monsters are not all in one file.
Diffstat (limited to 'mods.xml')
-rw-r--r--mods.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/mods.xml b/mods.xml
index a80fc29..06b3eee 100644
--- a/mods.xml
+++ b/mods.xml
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2023 The Mana World -->
<mods>
-<mod name="Outdated" description="Reverts changes to how monsters.xml work, to a pre-mod era" help="COPYING" localdir="mods/outdated/" />
-<mod name="Dark Talisman - Ledz" description="Subtle, twitchy shadow at feet" help="COPYING" localdir="mods/dark_talisman_ledz/" />
-<mod name="Graveyard(original) - Ledz" description="The original, lighter graveyard tiles" help="COPYING" localdir="mods/gy_original_ledz/" />
-<mod name="Level Up - Ledz" description="A longer and more noticeable sound and matching particle length" help="COPYING" localdir="mods/levelup_ledz/" />
-<mod name="Pirate Cave Music - Ledz" description="candr2.ogg by Elite is used as the music for Pirate Caves" help="COPYING" localdir="mods/pirate_music_ledz/" />
+<mod name="Dark Talisman - Ledz" description="Dark Talisman - Ledz -- Subtle, twitchy shadow at feet" help="COPYING" localdir="mods/dark_talisman_ledz/" />
+<mod name="Graveyard(original) - Ledz" description="Graveyard(original) - Ledz -- The original, lighter graveyard tiles" help="COPYING" localdir="mods/gy_original_ledz/" />
+<mod name="Level Up - Ledz" description="Level Up - Ledz -- A longer and more noticeable sound and matching particle length" help="COPYING" localdir="mods/levelup_ledz/" />
+<mod name="Pirate Cave Music - Ledz" description="Pirate Cave Music - Ledz -- candr2.ogg by Elite is used as the music for Pirate Caves" help="COPYING" localdir="mods/pirate_music_ledz/" />
</mods>