forked from VoxeLibre/VoxeLibre
Remove _mcl_autogroup depends on mcl_autogroup
It looks like the dependency might cause problems with the mod loading order and lead to situations were _mcl_autogroup is not loaded after all the other mods. Because _mcl_autogroup begins with an underscore it should always be loaded after mcl_autogroup anyways.
This commit is contained in:
parent
dc41c594aa
commit
0f2c487dca
|
@ -1,4 +1,3 @@
|
||||||
name = _mcl_autogroup
|
name = _mcl_autogroup
|
||||||
author = ryvnf
|
author = ryvnf
|
||||||
description = MineClone 2 core mod which automatically adds groups to all items. Very important for digging times.
|
description = MineClone 2 core mod which automatically adds groups to all items. Very important for digging times.
|
||||||
depends = mcl_autogroup
|
|
||||||
|
|
Loading…
Reference in New Issue