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": "test",
|
||||
"license": "MIT",
|
||||
"version": 0.1,
|
||||
"engine": 100000000
|
||||
"engine": 100000000,
|
||||
"help": "literally worthless"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
function test()
|
||||
function test(pos, input)
|
||||
--minetest.chat_send_all("test")
|
||||
return 0
|
||||
end
|
||||
|
Reference in New Issue
Block a user