1
0
mirror of https://github.com/mt-mods/led_marquee.git synced 2025-07-20 09:10:30 +02:00

2 Commits

Author SHA1 Message Date
79bc4755dd Merge remote-tracking branch 'upstream/master' 2020-09-11 20:45:38 +02:00
b081594e2c Add loading message to action log 2020-07-23 16:01:08 +02:00

View File

@ -103,12 +103,7 @@ local char_to_color = {
-- the following functions based on the so-named ones in Jeija's digilines mod
local reset_meta = function(pos)
minetest.get_meta(pos):set_string("formspec",
"formspec_version[4]"..
"size[8,4]"..
"button_exit[3,2.5;2,0.5;proceed;Proceed]"..
"field[1.75,1.5;4.5,0.5;channel;Channel;${channel}]"
)
minetest.get_meta(pos):set_string("formspec", "field[channel;Channel;${channel}]")
end
local on_digiline_receive_std = function(pos, node, channel, msg)
@ -479,3 +474,4 @@ minetest.register_craft({
},
})
minetest.log("action", "[led_marquee] loaded.")