nether/.luacheckrc

35 lines
433 B
Plaintext
Raw Normal View History

unused_args = false
allow_defined_top = true
2019-07-05 15:22:22 +02:00
globals = {
2021-02-07 13:18:19 +01:00
"bucket",
2019-07-05 15:22:22 +02:00
"nether"
}
read_globals = {
2021-02-07 13:18:19 +01:00
"climate_api",
"core",
"default",
"DIR_DELIM",
"dump",
"dungeon_loot",
"intllib",
"ItemStack",
"loot",
"doc",
"math.hypot",
"mesecon",
"minetest",
"nodeupdate",
"PcgRandom",
"PseudoRandom",
"stairs",
"stairsplus",
"string.split",
table = { fields = { "copy", "getn" } },
"vector",
"VoxelArea",
"VoxelManip",
}