summaryrefslogtreecommitdiff
path: root/mesecons_lightstone
diff options
context:
space:
mode:
authorDavid Leal <halfpacho@gmail.com>2020-06-26 18:26:14 -0500
committerGitHub <noreply@github.com>2020-06-27 02:26:14 +0300
commit168a9236655035b3aa9a6597dd7cdca9ad6fbd65 (patch)
treef4b7d969c7d33c395d289116fafc279f6985c355 /mesecons_lightstone
parent8dec05399633f435370a6fdf2766f564d89025aa (diff)
downloadmesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.tar
mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.tar.gz
mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.tar.bz2
mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.tar.xz
mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.zip
Use mod.conf for dependencies (#492)
Diffstat (limited to 'mesecons_lightstone')
-rw-r--r--mesecons_lightstone/depends.txt2
-rw-r--r--mesecons_lightstone/mod.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/mesecons_lightstone/depends.txt b/mesecons_lightstone/depends.txt
deleted file mode 100644
index f9705e0..0000000
--- a/mesecons_lightstone/depends.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-mesecons
-dye
diff --git a/mesecons_lightstone/mod.conf b/mesecons_lightstone/mod.conf
new file mode 100644
index 0000000..421f58d
--- /dev/null
+++ b/mesecons_lightstone/mod.conf
@@ -0,0 +1,2 @@
+name = mesecons_lightstone
+depends = mesecons, dye