mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-22 07:13:45 +01:00
19 lines
331 B
Plaintext
19 lines
331 B
Plaintext
|
unused_args = false
|
||
|
allow_defined_top = true
|
||
|
|
||
|
globals = {
|
||
|
"minetest","mesecons_stealthnode","mesecons_random"
|
||
|
}
|
||
|
|
||
|
read_globals = {
|
||
|
string = {fields = {"split"}},
|
||
|
table = {fields = {"copy", "getn"}},
|
||
|
|
||
|
-- Builtin
|
||
|
"vector", "ItemStack",
|
||
|
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
||
|
|
||
|
-- MTG
|
||
|
"default"
|
||
|
}
|