torch_bomb-cd2025/.luacheckrc
OgelGames 3cb912d5c7
Some checks failed
luacheck / luacheck (push) Has been cancelled
Replace fake player code with fakelib (#10)
2024-05-30 21:02:31 +02:00

13 lines
165 B
Lua

unused_args = false
max_line_length = 150
read_globals = {
"minetest",
"vector",
"ItemStack",
"default",
"tnt",
"mcl_sounds",
"mcl_explosions",
"fakelib",
}