~gpcf/misc-patches

Add a mod.conf and mark pipeworks as an optional dependency v1 APPLIED

Blockhead: 1
 Add a mod.conf and mark pipeworks as an optional dependency

 2 files changed, 6 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~gpcf/misc-patches/patches/29703/mbox | git am -3
Learn more about email & git

[PATCH] Add a mod.conf and mark pipeworks as an optional dependency Export this patch

---
 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
@@ -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
-- 
2.34.1