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. +"""