Use mod.conf for dependencies and description (#59)

This commit is contained in:
David Leal 2020-10-30 08:50:26 -06:00 committed by GitHub
parent 434010bdd0
commit 021c521c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View File

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

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