From 5afbbdea6701c13766daf698684d69a32f7d3878 Mon Sep 17 00:00:00 2001 From: Blockhead Date: Wed, 23 Feb 2022 01:22:30 +1100 Subject: Add a mod.conf and mark pipeworks as an optional dependency --- depends.txt | 2 -- mod.conf | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 depends.txt create mode 100644 mod.conf diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 393de54..0000000 --- a/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -mobs -default diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..d90cc03 --- /dev/null +++ b/mod.conf @@ -0,0 +1,6 @@ +name = feedlot +title = Industrialized livestock farming +description = This mod adds a feedlot that automatically feeds mobs from mobs_redo. This way, you can feed and breed mobs on an industrial scale. The feedlot is pipeworks-compatible, so you can always keep it stocked. +author = gpcf +depends = mobs, default +optional_depends = pipeworks -- cgit v1.2.3