cloudlands-cd2025/.luacheckrc
Treer 9df4c3ac51 Add API and player-buildable Portal support
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.
2020-02-09 00:52:34 +11:00

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",
}