Compare commits
8 Commits
master
...
386a67bf05
Author | SHA1 | Date | |
---|---|---|---|
386a67bf05 | |||
52e4fe1b0b | |||
efb6d93204 | |||
c09527c029 | |||
0f31f4832c | |||
023966f9c4 | |||
79bc4755dd | |||
b081594e2c |
@ -1,5 +0,0 @@
|
||||
default
|
||||
digilines
|
||||
mesecons_luacontroller
|
||||
mesecons_microcontroller?
|
||||
mesecons_lamp?
|
@ -1 +0,0 @@
|
||||
This mod provides a simple LED marquee that accepts single characters, strings, and special control words via digilines.
|
1
init.lua
@ -479,3 +479,4 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.log("action", "[led_marquee] loaded.")
|
||||
|
4
mod.conf
@ -1,2 +1,6 @@
|
||||
name = led_marquee
|
||||
title = LED Marquee
|
||||
description = This mod provides a simple LED marquee that accepts single characters, strings, and special control words via digilines.
|
||||
depends = default,digilines,mesecons_luacontroller
|
||||
optional_depends = mesecons_microcontroller,mesecons_lamp
|
||||
min_minetest_version = 5.2.0
|
||||
|
Before Width: | Height: | Size: 137 B After Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 189 B After Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 83 B |