nether/.luacheckrc

36 lines
477 B
Plaintext
Raw Permalink 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",
2023-01-26 15:59:05 +01:00
xpanes = { fields = { "register_pane" } },
}