Init commit

This commit is contained in:
Jean-Patrick Guerrero
2020-12-30 23:21:05 +01:00
parent 384713474f
commit 106fd8daeb
48 changed files with 3220 additions and 8 deletions

17
.luacheckrc Normal file
View File

@ -0,0 +1,17 @@
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
"armor",
"vector",
"string",
"table",
"ItemStack",
}
globals = {
"craftguide",
"core",
}