Add mcl_autogroup as dependency in mcl_core

This dependency was accidentally removed when merging the master branch
(with mcl_autogroup changes) into the mod.conf branch which migrates
mods to mod.conf.
This commit is contained in:
Elias Åström 2021-05-02 11:02:18 +02:00
parent 1800e79384
commit 6f6b8a3344
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name = mcl_core
description = Core items of MineClone 2: Basic biome blocks (dirt, sand, stones, etc.), derived items, glass, sugar cane, cactus, barrier, mining tools, hand, craftitems, and misc. items which don't really fit anywhere else.
depends = mcl_init, mcl_sounds, mcl_particles, mcl_util, mcl_worlds, doc_items, mcl_enchanting
depends = mcl_init, mcl_sounds, mcl_particles, mcl_util, mcl_worlds, doc_items, mcl_enchanting, mcl_autogroup
optional_depends = doc