From 5529307ca31784b3441ab03d77f2668dbc3765c6 Mon Sep 17 00:00:00 2001 From: upsilon Date: Thu, 29 Aug 2019 18:14:53 +0200 Subject: [PATCH] Write depends and description in mod.conf, remove unneeded dependency --- depends.txt | 2 -- mod.conf | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/depends.txt b/depends.txt index 8ca41df..36844bf 100644 --- a/depends.txt +++ b/depends.txt @@ -1,3 +1 @@ -mesecons? -mesecons_button? wielded_light? diff --git a/mod.conf b/mod.conf index e82e4bc..c86c78c 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,3 @@ name = throwing +optional_depends = wielded_light +description = Throwing library: provides an API for registering throwing and throwable things