1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2024-11-15 23:10:20 +01:00
moretrees/.luacheckrc
Awkanimus 21bdcc360b
Ensure ethereal is a compatible version if loaded (#21)
- Check that ethereal version is more than 20220424 so that it doesn't
   unload parts of this mod
 - Remove optional dependency breaking the multi-mod dependency cycle
   ethereal --> bakedclay --> flowerpot --> moretrees --> ethereal.
2022-12-12 00:26:49 -05:00

29 lines
370 B
Lua

unused_args = false
allow_defined_top = true
exclude_files = {".luacheckrc"}
globals = {
"minetest",
"vector",
"VoxelManip",
"VoxelArea",
"PseudoRandom",
"ItemStack",
"default",
"dump",
"moretrees",
"ethereal",
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
"biome_lib",
"stairsplus",
"stairs",
"doors",
}