From 22eb27be024a8fe878c5a1917543a2d439289bef Mon Sep 17 00:00:00 2001 From: sys4 Date: Thu, 7 Jul 2022 19:46:10 +0200 Subject: [PATCH] Delete depends.txt, add mod.conf --- mobs_crocs/depends.txt | 2 -- mobs_crocs/mod.conf | 4 ++++ mobs_fish/depends.txt | 2 -- mobs_fish/mod.conf | 4 ++++ mobs_jellyfish/depends.txt | 3 --- mobs_jellyfish/mod.conf | 4 ++++ mobs_sharks/depends.txt | 2 -- mobs_sharks/mod.conf | 4 ++++ mobs_turtles/depends.txt | 2 -- mobs_turtles/mod.conf | 4 ++++ 10 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 mobs_crocs/depends.txt create mode 100644 mobs_crocs/mod.conf delete mode 100644 mobs_fish/depends.txt create mode 100644 mobs_fish/mod.conf delete mode 100644 mobs_jellyfish/depends.txt create mode 100644 mobs_jellyfish/mod.conf delete mode 100644 mobs_sharks/depends.txt create mode 100644 mobs_sharks/mod.conf delete mode 100644 mobs_turtles/depends.txt create mode 100644 mobs_turtles/mod.conf diff --git a/mobs_crocs/depends.txt b/mobs_crocs/depends.txt deleted file mode 100644 index cc03398..0000000 --- a/mobs_crocs/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -mobs diff --git a/mobs_crocs/mod.conf b/mobs_crocs/mod.conf new file mode 100644 index 0000000..ab42e12 --- /dev/null +++ b/mobs_crocs/mod.conf @@ -0,0 +1,4 @@ +name = mobs_crocs +title = Crocs mobs +description = Add Crocs +depends = default,mobs diff --git a/mobs_fish/depends.txt b/mobs_fish/depends.txt deleted file mode 100644 index cc03398..0000000 --- a/mobs_fish/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -mobs diff --git a/mobs_fish/mod.conf b/mobs_fish/mod.conf new file mode 100644 index 0000000..94ed860 --- /dev/null +++ b/mobs_fish/mod.conf @@ -0,0 +1,4 @@ +name = mobs_fish +title = Fish mobs +description = Add some fish +depends = default,mobs diff --git a/mobs_jellyfish/depends.txt b/mobs_jellyfish/depends.txt deleted file mode 100644 index 0980886..0000000 --- a/mobs_jellyfish/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default - -mobs diff --git a/mobs_jellyfish/mod.conf b/mobs_jellyfish/mod.conf new file mode 100644 index 0000000..ee89753 --- /dev/null +++ b/mobs_jellyfish/mod.conf @@ -0,0 +1,4 @@ +name = mobs_jellyfish +title = Jellyfish Mobs +description = Add Jellyfish +depends = default,mobs diff --git a/mobs_sharks/depends.txt b/mobs_sharks/depends.txt deleted file mode 100644 index cc03398..0000000 --- a/mobs_sharks/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -mobs diff --git a/mobs_sharks/mod.conf b/mobs_sharks/mod.conf new file mode 100644 index 0000000..5cedcbf --- /dev/null +++ b/mobs_sharks/mod.conf @@ -0,0 +1,4 @@ +name = mobs_sharks +title = Sharks mobs +description = Add some sharks +depends = default,mobs diff --git a/mobs_turtles/depends.txt b/mobs_turtles/depends.txt deleted file mode 100644 index cc03398..0000000 --- a/mobs_turtles/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -mobs diff --git a/mobs_turtles/mod.conf b/mobs_turtles/mod.conf new file mode 100644 index 0000000..796177a --- /dev/null +++ b/mobs_turtles/mod.conf @@ -0,0 +1,4 @@ +name = mobs_turtles +title = Turtles Mobs +description = Add some turtles +depends = default,mobs