xcompat/.luacheckrc

22 lines
252 B
Plaintext
Raw Normal View History

2022-01-19 04:29:18 +01:00
globals = {
2024-02-27 07:28:29 +01:00
"minetest",
"xcompat",
2024-02-25 06:10:30 +01:00
}
read_globals = {
2024-02-27 07:28:29 +01:00
"default",
"mcl_sounds",
"ks_sounds",
"nodes_nature",
"fl_stone",
"fl_topsoil",
"fl_trees",
"hades_sounds",
"rp_sounds",
"mtt",
2024-05-26 20:01:49 +02:00
"sounds",
2024-09-09 00:01:52 +02:00
"player_api",
"mcl_player",
"fl_player",
2024-02-27 07:28:29 +01:00
}