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/echo/conf.json
Normal file
6
computers/commands/echo/conf.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "echo",
|
||||
"license": "MIT",
|
||||
"version": 0.1,
|
||||
"engine": 0.3
|
||||
}
|
5
computers/commands/echo/init.lua
Normal file
5
computers/commands/echo/init.lua
Normal file
@ -0,0 +1,5 @@
|
||||
function echo(input)
|
||||
return input
|
||||
end
|
||||
|
||||
return echo
|
Reference in New Issue
Block a user