mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-12-27 23:55:22 +01:00
* fix mineclonia support * fix luacheck --------- Co-authored-by: codiac <codiac@inbox.lv>
21 lines
405 B
Lua
21 lines
405 B
Lua
unused_args = false
|
|
max_line_length= 240
|
|
redefined = false
|
|
std = "minetest+max"
|
|
|
|
globals = {
|
|
"pipeworks",
|
|
"luaentity"
|
|
}
|
|
|
|
read_globals = {
|
|
-- remove after luacheck release: https://github.com/lunarmodules/luacheck/issues/121
|
|
"core",
|
|
-- mods
|
|
"default", "mesecon", "digilines",
|
|
"screwdriver", "unified_inventory",
|
|
"i3", "mcl_experience", "awards",
|
|
"xcompat", "fakelib", "vizlib",
|
|
"mcl_redstone",
|
|
}
|