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