mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-23 11:20:29 +02:00
20 lines
400 B
Lua
20 lines
400 B
Lua
unused_args = false
|
|
max_line_length= 240
|
|
redefined = false
|
|
std = "minetest+max"
|
|
|
|
globals = {
|
|
"pipeworks",
|
|
"luaentity"
|
|
}
|
|
|
|
read_globals = {
|
|
-- luanti (TODO: remove after lunarmodules/luacheck releases a version with proper luanti support)
|
|
"core",
|
|
-- mods
|
|
"default", "mesecon", "digilines",
|
|
"screwdriver", "unified_inventory",
|
|
"i3", "mcl_experience", "awards",
|
|
"xcompat", "fakelib", "vizlib"
|
|
}
|