cloud_items-cd2025/.luacheckrc
David Leal 774d08e219
Add cloud house and tweak code
This commit requires you to install the
[`worldedit`](https://github.com/Uberi/Minetest-WorldEdit) mod.
2020-07-27 20:29:15 -05:00

16 lines
277 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"default", "minetest",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"armor", "PseudoRandom", "toolranks",
"stairs", "worldedit",
}