mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-11-15 06:40:28 +01:00
26 lines
300 B
Lua
26 lines
300 B
Lua
std = "min+minetest"
|
|
|
|
unused_args = false
|
|
max_line_length = 180
|
|
|
|
globals = {
|
|
"scifi_nodes"
|
|
}
|
|
|
|
read_globals = {
|
|
-- optional deps
|
|
"advtrains",
|
|
"default",
|
|
"stairsplus",
|
|
"xpanes",
|
|
"screwdriver",
|
|
"minetest",
|
|
"mesecon",
|
|
"unifieddyes",
|
|
"letters",
|
|
"signs_api",
|
|
"stealthnode",
|
|
"slats",
|
|
"mtt"
|
|
}
|