add commands to terminal

This commit is contained in:
unknown
2022-02-12 21:56:17 -05:00
parent d0a4ace94e
commit ef2ceed755
7 changed files with 66 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{
"name": "test",
"license": "MIT",
"version": 0.1,
"engine": 100000000
}

View File

@ -0,0 +1,6 @@
function test()
--minetest.chat_send_all("test")
return 0
end
return test