mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-11-14 06:10:30 +01:00
22 lines
302 B
Lua
22 lines
302 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"minetest",
|
|
"mesecon"
|
|
}
|
|
|
|
read_globals = {
|
|
-- Stdlib
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Minetest
|
|
"vector", "ItemStack",
|
|
"dump",
|
|
|
|
-- optional deps
|
|
"default", "stairsplus", "xpanes", "screwdriver"
|
|
|
|
}
|