Compare commits

...

2 Commits

Author SHA1 Message Date
2800b237c5 Merge remote-tracking branch 'upstream/master' 2020-10-31 12:00:29 +01:00
David Leal
021c521c65 Use mod.conf for dependencies and description (#59) 2020-10-30 15:50:26 +01:00
4 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
Digilines 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. 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. Can be used together with the luacontroller from mesecons. See the luacontroller manual for more information.

View File

@@ -1 +0,0 @@
default

View File

@@ -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.

View File

@@ -1 +1,6 @@
name = digilines 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.
"""