From 31c35dcd59ac77892126941df9c2a1d61d6a18ee Mon Sep 17 00:00:00 2001 From: fluxionary <25628292+fluxionary@users.noreply.github.com> Date: Mon, 12 Dec 2022 08:45:53 -0800 Subject: [PATCH] Remove dependency on farming (#219) Avoids circular dependencies of 3rd party mods with unified_inventory -> farming -> stairs. --- mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.conf b/mod.conf index 3d27d29..0f03231 100644 --- a/mod.conf +++ b/mod.conf @@ -1,6 +1,6 @@ name = unified_inventory -optional_depends = default, creative, sfinv, datastorage, farming +optional_depends = default, creative, sfinv, datastorage description = """ Unified Inventory replaces the default survival and creative inventory. It adds a nicer interface and a number of features, such as a crafting guide.