mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-07-01 16:00:41 +02:00
add filesystem
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
"name": "echo",
|
||||
"license": "MIT",
|
||||
"version": 0.1,
|
||||
"engine": 0.3
|
||||
"engine": 0.3,
|
||||
"help": "prints out input to the terminal"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
function echo(input)
|
||||
function echo(pos, input, data)
|
||||
return input
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user