From d7e8de06ff8d3c5b74629c707b1eade562649484 Mon Sep 17 00:00:00 2001 From: sys4 Date: Thu, 7 Jul 2022 19:36:05 +0200 Subject: [PATCH] Delete depends.txt, add mod.conf --- depends.txt | 2 -- mod.conf | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100755 depends.txt create mode 100644 mod.conf diff --git a/depends.txt b/depends.txt deleted file mode 100755 index cbfbcdb..0000000 --- a/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -mobs \ No newline at end of file diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..ada2eda --- /dev/null +++ b/mod.conf @@ -0,0 +1,4 @@ +name = creeper +title = Creeper +description = Creeper by Davedevils (from his subgame MineClone) +depends = default,mobs