Use mod.conf instead of depends.txt + make default optional
This commit is contained in:
parent
388a447331
commit
2be4ed8f8a
2 changed files with 2 additions and 14 deletions
14
depends.txt
14
depends.txt
|
@ -1,14 +0,0 @@
|
||||||
default
|
|
||||||
ethereal?
|
|
||||||
cacaotree?
|
|
||||||
cherrytree?
|
|
||||||
chestnuttree?
|
|
||||||
clementinetree?
|
|
||||||
ebony?
|
|
||||||
lemontree?
|
|
||||||
oak?
|
|
||||||
palm?
|
|
||||||
plumtree?
|
|
||||||
pomegranate?
|
|
||||||
moretrees?
|
|
||||||
farming_plus?
|
|
2
mod.conf
2
mod.conf
|
@ -1,4 +1,6 @@
|
||||||
name = regrowing_fruits
|
name = regrowing_fruits
|
||||||
author = philipmi
|
author = philipmi
|
||||||
|
depends =
|
||||||
|
optional_depends = default, ethereal, cacaotree, cherrytree, chestnuttree, clementinetree, ebony, lemontree, oak, palm, plumtree, pomegranate, moretrees, farming_plus
|
||||||
description = Fruits on trees from other mods will regrow.
|
description = Fruits on trees from other mods will regrow.
|
||||||
title = Regrowing Fruits
|
title = Regrowing Fruits
|
||||||
|
|
Loading…
Reference in a new issue