From 5c6ce58bb2bce61eb60efc2326abcd62a76448d8 Mon Sep 17 00:00:00 2001 From: cora Date: Sun, 30 Apr 2023 16:39:13 +0200 Subject: [PATCH] Remove prematurely added deps for profession nodes --- mods/ITEMS/mcl_cartography_table/mod.conf | 4 ++-- mods/ITEMS/mcl_fletching_table/mod.conf | 2 +- mods/ITEMS/mcl_loom/mod.conf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mods/ITEMS/mcl_cartography_table/mod.conf b/mods/ITEMS/mcl_cartography_table/mod.conf index 0a80c0111..c877af643 100644 --- a/mods/ITEMS/mcl_cartography_table/mod.conf +++ b/mods/ITEMS/mcl_cartography_table/mod.conf @@ -1,4 +1,4 @@ name = mcl_cartography_table author = PrairieWind -depends = mcl_core, mcl_sounds, mcl_tools -description = Adds the cartography table villager workstation to MineClone 2/5. Used to copy and create maps. \ No newline at end of file +depends = mcl_sounds +description = Adds the cartography table villager workstation to MineClone 2/5. Used to copy and create maps. diff --git a/mods/ITEMS/mcl_fletching_table/mod.conf b/mods/ITEMS/mcl_fletching_table/mod.conf index 8b2a8ab5c..38815e137 100644 --- a/mods/ITEMS/mcl_fletching_table/mod.conf +++ b/mods/ITEMS/mcl_fletching_table/mod.conf @@ -1,4 +1,4 @@ name = mcl_fletching_table author = PrairieWind -depends = mcl_core, mcl_sounds, mcl_tools +depends = mcl_sounds description = Adds the fletching table villager workstation to MineClone 2/5. diff --git a/mods/ITEMS/mcl_loom/mod.conf b/mods/ITEMS/mcl_loom/mod.conf index e316b201a..9014ac7a7 100644 --- a/mods/ITEMS/mcl_loom/mod.conf +++ b/mods/ITEMS/mcl_loom/mod.conf @@ -1,4 +1,4 @@ name = mcl_loom author = PrairieWind -depends = mcl_core, mcl_sounds, mcl_tools -description = Adds the loom villager workstation to MineClone 2/5. Used to add patterns to banners. \ No newline at end of file +depends = mcl_sounds +description = Adds the loom villager workstation to MineClone 2/5. Used to add patterns to banners.