1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-11-14 14:20:29 +01:00
scifi_nodes/.luacheckrc

25 lines
278 B
Plaintext
Raw Permalink Normal View History

std = "min+minetest"
2019-09-05 08:37:01 +02:00
unused_args = false
globals = {
"scifi_nodes"
2019-09-05 08:37:01 +02:00
}
read_globals = {
-- optional deps
"advtrains",
"default",
"stairsplus",
"xpanes",
"screwdriver",
"minetest",
2020-05-23 20:03:36 +02:00
"mesecon",
"unifieddyes",
"letters",
"signs_api",
2024-01-29 17:26:15 +01:00
"stealthnode",
"slats",
"mtt"
2019-09-05 08:37:01 +02:00
}