mirror of
https://github.com/mt-mods/moretrees.git
synced 2024-11-15 23:10:20 +01:00
21bdcc360b
- 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.
29 lines
370 B
Lua
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",
|
|
}
|