forked from minetest-mods/nether
5b3b56ebec
* respect protected areas when spawning remote portals * Use portal_shape to determine area to check for natural/protected * Log warning on deprecated function call
33 lines
406 B
Lua
33 lines
406 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"nether"
|
|
}
|
|
|
|
read_globals = {
|
|
"core",
|
|
"default",
|
|
"DIR_DELIM",
|
|
"dump",
|
|
"dungeon_loot",
|
|
"intllib",
|
|
"ItemStack",
|
|
"loot",
|
|
"doc",
|
|
"math.hypot",
|
|
"mesecon",
|
|
"minetest",
|
|
"nodeupdate",
|
|
"PcgRandom",
|
|
"PseudoRandom",
|
|
"stairs",
|
|
"stairsplus",
|
|
"string.split",
|
|
table = { fields = { "copy", "getn" } },
|
|
"vector",
|
|
"VoxelArea",
|
|
"VoxelManip",
|
|
}
|
|
|