From 7aad47076e7c704cde83d4ab713559db22561a46 Mon Sep 17 00:00:00 2001 From: David Leal Date: Wed, 26 Jul 2023 13:48:48 -0600 Subject: [PATCH] Remove `default` as a dependency (#4) "default" is no longer directly used by this mod. --- mod.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.conf b/mod.conf index 8f028de..d3abb16 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,4 @@ name = cozy -depends = default, player_api +depends = player_api optional_depends = player_monoids -description = Adds sitting down, and lying down player animations. \ No newline at end of file +description = Adds sitting down, and lying down player animations.