mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-07-01 16:00:41 +02:00
add commands to terminal
This commit is contained in:
6
computers/commands/test/conf.json
Normal file
6
computers/commands/test/conf.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "test",
|
||||
"license": "MIT",
|
||||
"version": 0.1,
|
||||
"engine": 100000000
|
||||
}
|
6
computers/commands/test/init.lua
Normal file
6
computers/commands/test/init.lua
Normal file
@ -0,0 +1,6 @@
|
||||
function test()
|
||||
--minetest.chat_send_all("test")
|
||||
return 0
|
||||
end
|
||||
|
||||
return test
|
Reference in New Issue
Block a user