forked from minetest-mods/areas
		
	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"}
 | 
						|
}
 |