9df4c3ac51
Adds a simple API for obtaining island information, and uses the Portals API in the nether mod (if present) to register a portal to the cloudlands.
29 lines
360 B
Lua
29 lines
360 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"cloudlands"
|
|
}
|
|
|
|
read_globals = {
|
|
"core",
|
|
"default",
|
|
"biomeinfo",
|
|
"schemlib",
|
|
"nether",
|
|
"DIR_DELIM",
|
|
"intllib",
|
|
"ItemStack",
|
|
"math.hypot",
|
|
"minetest",
|
|
"PcgRandom",
|
|
"PseudoRandom",
|
|
table = { fields = { "copy", "getn" } },
|
|
"vector",
|
|
"file_exists",
|
|
"dump",
|
|
"VoxelArea",
|
|
"VoxelManip",
|
|
}
|
|
|