From e083a49d5d34f188974a0f8a88160479eb5583c7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 13 Dec 2021 01:35:07 -0800 Subject: Utilize the new conflicts field in the modinfo. --- modinfo.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modinfo.json b/modinfo.json index ce915a8..5c0e30f 100644 --- a/modinfo.json +++ b/modinfo.json @@ -5,8 +5,9 @@ "name": "Battle Maid Redone", "authors": [ "Vermillon" ], "maintainers": [ "jc_gargma" ], - "description": "Translated and tweaked version of the original Battle Maid mod. Conflicts with Battle Maid Redux, Kawaii Maid Mod, Project Kawaii.", + "description": "Translated and tweaked version of the original Battle Maid mod.", "category": "content", - "dependencies": [ "dda" ] + "dependencies": [ "dda" ], + "conflicts": [ "battle_maid", "KawaiiMaidMod", "ProjectKawaii" ] } ] -- cgit v1.2.1