write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
16
mods/signs_lib/.luacheckrc
Normal file
16
mods/signs_lib/.luacheckrc
Normal file
|
@ -0,0 +1,16 @@
|
|||
unused_args = false
|
||||
max_line_length = 180
|
||||
|
||||
globals = {
|
||||
"minetest",
|
||||
"signs_lib",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Builtin
|
||||
table = {fields = {"copy"}},
|
||||
"ItemStack", "vector", "default",
|
||||
|
||||
-- Mod deps
|
||||
"screwdriver",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue