mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
22 lines
287 B
Plaintext
22 lines
287 B
Plaintext
|
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"
|
||
|
|
||
|
}
|