add filesystem

This commit is contained in:
unknown
2022-02-13 00:31:20 -05:00
parent ef2ceed755
commit 4cfacb1abc
19 changed files with 148 additions and 16 deletions

View File

@ -2,5 +2,6 @@
"name": "test",
"license": "MIT",
"version": 0.1,
"engine": 100000000
"engine": 100000000,
"help": "literally worthless"
}

View File

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