mirror of
https://github.com/minetest-mods/areas.git
synced 2024-11-08 08:23:44 +01:00
c167b30ebf
Enable to open an area to many factions Update to adapt to the new version of playerfactions mod, with its new multi-faction mode
25 lines
346 B
Lua
25 lines
346 B
Lua
unused_args = false
|
|
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"core",
|
|
"dump",
|
|
"vector", "nodeupdate",
|
|
"VoxelManip", "VoxelArea",
|
|
"PseudoRandom", "ItemStack",
|
|
"AreaStore",
|
|
"default",
|
|
"factions",
|
|
table = { fields = { "copy", "getn", "indexof" } }
|
|
}
|
|
|
|
globals = {
|
|
"minetest",
|
|
-- mod namespace
|
|
"areas"
|
|
}
|
|
|
|
files["legacy.lua"] = {
|
|
ignore = {"512"}
|
|
}
|