vehicle_mash-cd2025/.luacheckrc
David Leal fc16e60740
Fix player_api eyeheight if desired
This commit also includes a few other minor fixes.
This option can be enabled/disabled at any time.
2022-06-28 17:23:42 -05:00

16 lines
262 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"vehicle_mash", "player_api",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"minetest", "lib_mount",
"core",
}