diff options
author | cheapie <no-email-for-you@example.com> | 2020-04-15 15:13:33 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2020-04-15 15:13:33 -0500 |
commit | c6f3716584877bbdce830144dd9a5280f5eaa67f (patch) | |
tree | 70c0c436702f7736395da9c322ea7b6464162226 | |
parent | c5c37344c7e466add62a40993ea1c25372af5f7c (diff) | |
download | areasprotector-c6f3716584877bbdce830144dd9a5280f5eaa67f.tar areasprotector-c6f3716584877bbdce830144dd9a5280f5eaa67f.tar.gz areasprotector-c6f3716584877bbdce830144dd9a5280f5eaa67f.tar.bz2 areasprotector-c6f3716584877bbdce830144dd9a5280f5eaa67f.tar.xz areasprotector-c6f3716584877bbdce830144dd9a5280f5eaa67f.zip |
Replace deprecated mod metadata
-rw-r--r-- | depends.txt | 2 | ||||
-rw-r--r-- | mod.conf | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 2d857d9..0000000 --- a/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -areas -basic_materials diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..ace2de3 --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = areasprotector +description = Protector block for the areas mod +depends = areas,basic_materials |