From ad997404834e79d17652838096a976782bcacc20 Mon Sep 17 00:00:00 2001 From: cora Date: Tue, 1 Oct 2024 19:19:42 +0200 Subject: [PATCH] make _mcl_autogroup depend on mcl_core mcl_core registers the dig groups necessary for _mcl_autogroup this is no problem in mt > 5.9 since _mcl_autogroup is forced to load last but that feature isn't available < 5.9 --- mods/CORE/_mcl_autogroup/mod.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/CORE/_mcl_autogroup/mod.conf b/mods/CORE/_mcl_autogroup/mod.conf index eea72c40f..f75f5166f 100644 --- a/mods/CORE/_mcl_autogroup/mod.conf +++ b/mods/CORE/_mcl_autogroup/mod.conf @@ -1,3 +1,4 @@ name = _mcl_autogroup author = ryvnf description = MineClone 2 core mod which automatically adds groups to all items. Very important for digging times. +depends = mcl_core