mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
move depends.txt to mod.conf
This commit is contained in:
parent
a4c608aada
commit
62d7b8cc77
2 changed files with 3 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
mcl_core
|
||||
mcl_mushrooms
|
||||
mcl_flowers
|
||||
mcl_potions
|
||||
mcl_hunger
|
3
mod.conf
Normal file
3
mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = mcl_sus_stew
|
||||
author = chmodsayshello
|
||||
depends = mcl_core, mcl_mushrooms, mcl_flowers, mcl_potions, mcl_hunger
|
Loading…
Reference in a new issue