From 6242cebb20e82e5cc2260f49c357cdf918a4eda3 Mon Sep 17 00:00:00 2001 From: hlqkj Date: Thu, 17 Dec 2020 00:59:53 +0100 Subject: [PATCH] Added moreores to optional dependencies --- 3d_armor/depends.txt | 1 + 3d_armor/mod.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3d_armor/depends.txt b/3d_armor/depends.txt index 855baa9..f101e69 100644 --- a/3d_armor/depends.txt +++ b/3d_armor/depends.txt @@ -5,3 +5,4 @@ pova? fire? ethereal? bakedclay? +moreores? diff --git a/3d_armor/mod.conf b/3d_armor/mod.conf index 311adb5..ddf6e66 100644 --- a/3d_armor/mod.conf +++ b/3d_armor/mod.conf @@ -1,4 +1,4 @@ name = 3d_armor depends = default -optional_depends = player_monoids, armor_monoid, pova, fire, ethereal, bakedclay +optional_depends = player_monoids, armor_monoid, pova, fire, ethereal, bakedclay, moreores description = Adds craftable armor that is visible to other players.