mirror of
https://github.com/minetest-mods/areas.git
synced 2024-11-08 16:33:43 +01:00
19 lines
274 B
Lua
19 lines
274 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"core",
|
|
"dump",
|
|
"vector", "nodeupdate",
|
|
"VoxelManip", "VoxelArea",
|
|
"PseudoRandom", "ItemStack",
|
|
"AreaStore",
|
|
"default",
|
|
table = { fields = { "copy", "getn" } }
|
|
}
|
|
|
|
globals = {
|
|
"minetest"
|
|
}
|