From 021c521c65e6184bceb7bb94e63c3b45a52671ea Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 30 Oct 2020 08:50:26 -0600 Subject: [PATCH] Use mod.conf for dependencies and description (#59) --- README.md | 3 ++- depends.txt | 1 - description.txt | 1 - mod.conf | 5 +++++ 4 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/README.md b/README.md index 3d57f52..2d29282 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Digilines ========== -- The minetest counterpart for bus systems like i2c, SPI, RS232, USB - +- The minetest counterpart for bus systems like i2c, SPI, RS232, USB - +- Minetest 5.0.0+ is required to use this mod. This mod adds digiline wires, an RTC (Real Time Clock), a light sensor as well as an LCD Screen. Can be used together with the luacontroller from mesecons. See the luacontroller manual for more information. diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/description.txt b/description.txt deleted file mode 100644 index 078bc92..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -This mod adds digiline wires, an RTC (Real Time Clock), a light sensor as well as an LCD Screen. Can be used together with the luacontroller from mesecons. diff --git a/mod.conf b/mod.conf index 0b01ac5..2201c33 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,6 @@ name = digilines +depends = default +description = """ +This mod adds digiline wires, an RTC (Real Time Clock), a light sensor as well as an LCD Screen. +Can be used together with the luacontroller from mesecons. +"""