Jude Melton-Houghton ea6f7b5fa4 Integrate more with MineClone's APIs
I wasn't sure if their licenses allowed me, but apparently they do:
https://git.minetest.land/MineClone2/MineClone2/issues/1849
2021-09-07 17:09:50 -04:00

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