Make mcl_worlds dependency in mcl_mobs optional

This commit is contained in:
Wuzzy 2020-01-30 01:11:02 +01:00
parent bddb8f1136
commit 8be35bae53
2 changed files with 6 additions and 2 deletions

View file

@ -1,2 +1,2 @@
name = mcl_mobs
optional_depends = mcl_weather,mcl_tnt,mcl_hunger,invisibility,lucky_block,cmi,doc_identifier
optional_depends = mcl_weather, mcl_tnt, mcl_hunger, mcl_worlds, invisibility, lucky_block, cmi, doc_identifier