mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-11-08 08:13:43 +01:00
9697db788f
* replace fake player with fakelib * update luacheck workflow * remove depends.txt and description.txt * mention fakelib in readme
30 lines
292 B
Lua
30 lines
292 B
Lua
max_line_length = 200
|
|
|
|
globals = {
|
|
"digtron",
|
|
"catacomb"
|
|
}
|
|
|
|
read_globals = {
|
|
-- Minetest
|
|
"minetest",
|
|
"vector",
|
|
"ItemStack",
|
|
|
|
-- Mods
|
|
"default",
|
|
"awards",
|
|
"pipeworks",
|
|
"hopper",
|
|
"technic",
|
|
"doc",
|
|
"intllib",
|
|
"fakelib",
|
|
}
|
|
|
|
files = {
|
|
["doc.lua"] = {
|
|
max_line_length = 1000
|
|
}
|
|
}
|