MoreMesecons/.luacheckrc
tour 93384188d5
Make mesechest more reliable (#35)
The current hack to get on the `on_player_receive_fields` function is quite likely to break with instrumented code.
This also changes the workaround to get custom inventory callbacks by using `minetest.override_item`.
2024-04-30 17:38:20 +02:00

10 lines
226 B
Lua

read_globals = {
-- Defined by Minetest
"minetest", "vector", "PseudoRandom", "VoxelArea", "table",
-- Mods
"digiline", "default", "creative",
}
globals = {"moremesecons", "mesecon"}
ignore = {"212", "631", "422", "432"}