1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-09-19 19:00:26 +02:00
pipeworks/.luacheckrc
2024-02-08 13:47:52 +01:00

17 lines
257 B
Lua

unused_args = false
max_line_length= 240
redefined = false
std = "minetest+max"
globals = {
"pipeworks",
"luaentity"
}
read_globals = {
-- mods
"default", "mesecon", "digiline",
"screwdriver", "unified_inventory",
"i3", "mcl_experience", "awards"
}