1
0
鏡像自 https://github.com/mt-mods/pipeworks.git 已同步 2025-10-31 07:35:33 +01:00
Files
pipeworks/.luacheckrc
2021-04-06 21:10:08 +12:00

25 行
371 B
Lua

unused_args = false
max_line_length= 240
redefined = false
globals = {
"pipeworks",
"luaentity"
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"vector", "ItemStack",
"dump", "minetest",
"VoxelManip", "VoxelArea",
-- mods
"default", "mesecon", "digiline",
"screwdriver", "unified_inventory"
}