diff --git a/mods/CORE/_mcl_autogroup/mod.conf b/mods/CORE/_mcl_autogroup/mod.conf index db43aff39..f62edd60b 100644 --- a/mods/CORE/_mcl_autogroup/mod.conf +++ b/mods/CORE/_mcl_autogroup/mod.conf @@ -1,3 +1,4 @@ name = _mcl_autogroup +depends = mcl_autogroup author = ryvnf description = VoxeLibre core mod which automatically adds groups to all items. Very important for digging times. diff --git a/mods/ENVIRONMENT/mcl_void_damage/mod.conf b/mods/ENVIRONMENT/mcl_void_damage/mod.conf index 1358e5217..83d76956f 100644 --- a/mods/ENVIRONMENT/mcl_void_damage/mod.conf +++ b/mods/ENVIRONMENT/mcl_void_damage/mod.conf @@ -1,4 +1,4 @@ name = mcl_void_damage author = Wuzzy description = Deal damage to entities stuck in the deep void -depends = mcl_worlds +depends = mcl_worlds, mcl_spawn diff --git a/mods/HUD/mcl_death_messages/mod.conf b/mods/HUD/mcl_death_messages/mod.conf index a634e16de..5497e9473 100644 --- a/mods/HUD/mcl_death_messages/mod.conf +++ b/mods/HUD/mcl_death_messages/mod.conf @@ -1,4 +1,4 @@ name = mcl_death_messages author = 4Evergreen4 description = Shows messages in chat when a player dies. -depends = mcl_colors +depends = mcl_colors, mcl_damage diff --git a/mods/HUD/mcl_title/mod.conf b/mods/HUD/mcl_title/mod.conf index 0f29a8118..ee6104479 100644 --- a/mods/HUD/mcl_title/mod.conf +++ b/mods/HUD/mcl_title/mod.conf @@ -1,4 +1,4 @@ name = mcl_title -description = Add an API to add in HUD title -depends = mcl_colors +description = Add an API to add in HUD title +depends = mcl_colors, mcl_util author = AFCMS \ No newline at end of file diff --git a/mods/ITEMS/REDSTONE/mesecons_button/mod.conf b/mods/ITEMS/REDSTONE/mesecons_button/mod.conf index be127362b..a554792a1 100644 --- a/mods/ITEMS/REDSTONE/mesecons_button/mod.conf +++ b/mods/ITEMS/REDSTONE/mesecons_button/mod.conf @@ -1,3 +1,3 @@ name = mesecons_button -depends = mesecons +depends = mesecons, mesecons_mvps optional_depends = doc diff --git a/mods/ITEMS/mcl_crimson/mod.conf b/mods/ITEMS/mcl_crimson/mod.conf index b4303cd48..fcfa34a2f 100644 --- a/mods/ITEMS/mcl_crimson/mod.conf +++ b/mods/ITEMS/mcl_crimson/mod.conf @@ -1,3 +1,3 @@ name = mcl_crimson author = debiankaios, Exhale -depends = mcl_core, mcl_stairs, mobs_mc, mcl_util, mcl_dye, mcl_flowerpots +depends = mcl_core, mcl_fences, mcl_stairs, mobs_mc, mcl_util, mcl_dye, mcl_flowerpots diff --git a/mods/ITEMS/mcl_fences/mod.conf b/mods/ITEMS/mcl_fences/mod.conf index 8b20dd169..aba4a33c3 100644 --- a/mods/ITEMS/mcl_fences/mod.conf +++ b/mods/ITEMS/mcl_fences/mod.conf @@ -1,3 +1,3 @@ name = mcl_fences -depends = mcl_core, mcl_sounds +depends = mcl_core, mcl_nether, mcl_sounds optional_depends = doc, screwdriver diff --git a/mods/ITEMS/mcl_grindstone/mod.conf b/mods/ITEMS/mcl_grindstone/mod.conf index 66773c57f..42f792ef9 100644 --- a/mods/ITEMS/mcl_grindstone/mod.conf +++ b/mods/ITEMS/mcl_grindstone/mod.conf @@ -1,4 +1,4 @@ name = mcl_grindstone author = TheRandomLegoBrick, ChrisPHP -depends = mcl_experience, mcl_sounds +depends = mcl_experience, mcl_formspec, mcl_sounds description = Add block that disenchants tools and armour except for curses, and repairs two items of the same type it is also the weapon smith's work station.