This mod can be realy fun to play with.
Some negative points:
Documentation is missing for some nodes
Some actions seems to fail with no warning (especially with NIC) (fetching)
Code:
local url = "https://api.github.com/repos/minetest/minetest/releases/latest"
if event.type == "program" then
digiline_send("web", url)
elseif event.channel == "web" then
digiline_send("led3", "test") --never called
end
if you run the /title command with no params, it crash:
AsyncErr: ServerThread::run Lua: Runtime error from mod 'title' in callback on_chat_message(): ...nts\minetest-5.3.0-win64\bin\..\mods\title/functions.lua:11: bad argument #1 to 'get_player_by_name' (string expected, got nil)
stack traceback:
[C]: in function 'get_player_by_name'
...nts\minetest-5.3.0-win64\bin\..\mods\title/functions.lua:11: in function 'set_title'
...ocuments\minetest-5.3.0-win64\bin\..\mods\title\init.lua:19: in function 'func'
...uments\minetest-5.3.0-win64\bin\..\builtin\game\chat.lua:69: in function <...uments\minetest-5.3.0-win64\bin\..\builtin\game\chat.lua:48>
...ts\minetest-5.3.0-win64\bin\..\builtin\game\register.lua:429: in function <...ts\minetest-5.3.0-win64\bin\..\builtin\game\register.lua:413>
This mod can be realy fun to play with. Some negative points:
Code:
Currently one of the best tp for mcl. Really hope all textures will be complete soon!
I hope we will be able soon to use it with no risk on our servers!
Could you provide some python script to help to convert/create image tables?
if you run the /title command with no params, it crash: