1
0
miroir de https://github.com/minetest-mods/more_chests.git synchronisé 2025-11-16 07:05:33 +01:00
Fichiers
more_chests/.luacheckrc
2021-02-25 18:19:05 +01:00

26 lignes
307 B
Lua

std = "lua51+minetest"
unused_args = false
allow_defined_top = true
max_line_length = 999
stds.minetest = {
read_globals = {
"minetest",
"VoxelManip",
"VoxelArea",
"PseudoRandom",
"ItemStack",
"default",
table = {
fields = {
"copy",
},
},
}
}
read_globals = {
"pipeworks",
}