ea6f7b5fa4
I wasn't sure if their licenses allowed me, but apparently they do: https://git.minetest.land/MineClone2/MineClone2/issues/1849
10 lines
260 B
Lua
10 lines
260 B
Lua
std = "min"
|
|
read_globals = {
|
|
"default", "digiline", "ItemStack", "mcl_sounds", "mesecon", "minetest",
|
|
"pipeworks", "table.copy", "table.unpack", "unpack", "VoxelArea",
|
|
"vector",
|
|
}
|
|
globals = {"minetest.is_protected"}
|
|
ignore = {"21/_.*"}
|
|
max_line_length = 80
|