nyanland-cd2025/.luacheckrc
HybridDog dfd766b89d Add a .luacheckrc
Additionally, a bit of code cleanup, add a spawn_falling_node function, expose less globals
2020-10-17 23:49:29 +02:00

14 lines
279 B
Lua

read_globals = {"minetest", "vector", "math", "table", "ItemStack", "dump",
"VoxelArea", "VoxelManip", "PseudoRandom",
"default", "treecapitator",
nyancat = {
fields = {
place = {
read_only = false,
}
},
other_fields = true
}
}
globals = {"nyanland_height"}