From 2a1a475fa875fd0b91b558a3b6e37318995089d4 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Sun, 10 Jul 2022 15:43:52 +0200 Subject: [PATCH] Update mod.conf: Add dbg & strictest as opt deps --- mod.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mod.conf b/mod.conf index 93b4b95..3f6fba1 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,5 @@ -name=modlib -description=Multipurpose Minetest Modding Library -author=LMD aka appguru(eu) \ No newline at end of file +name = modlib +title = Modding Library +description = Multipurpose Minetest Modding Library +author = LMD aka appguru(eu) +optional_depends = dbg, strictest