electric/.luacheckrc
Aleksey Chubukov 0eafd454e2 day 2023-03-05: tree sprout, fixes
* fixed .luacheckrc
* added growing trunk
* added sprout timer function
* removed and ignored Krita backup files
2023-03-15 22:53:30 +03:00

22 lines
347 B
Lua

unused_args = false
allow_defined_top = true
globals = {
"minetest",
"ebiometrees",
"eaction"
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
-- MTG
"default", "sfinv", "creative",
}