write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
18
mods/telemosaic/.luacheckrc
Normal file
18
mods/telemosaic/.luacheckrc
Normal file
|
@ -0,0 +1,18 @@
|
|||
unused_args = false
|
||||
|
||||
globals = {
|
||||
"telemosaic"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split"}},
|
||||
|
||||
-- Minetest
|
||||
"minetest",
|
||||
"vector", "ItemStack",
|
||||
|
||||
-- Deps
|
||||
"default",
|
||||
"digilines"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue