From 93a36a91c2e7dd682eb4189cd621d2cca91aa2bc Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 25 May 2017 05:53:48 +0200 Subject: [PATCH] Add dependency to mobs_mc in mcl_dungeons --- mods/MAPGEN/mcl_dungeons/depends.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/MAPGEN/mcl_dungeons/depends.txt b/mods/MAPGEN/mcl_dungeons/depends.txt index 7adeb9544..9ae82209c 100644 --- a/mods/MAPGEN/mcl_dungeons/depends.txt +++ b/mods/MAPGEN/mcl_dungeons/depends.txt @@ -2,3 +2,4 @@ mcl_init mcl_core mcl_chests mcl_monster_spawners +mobs_mc