mirror of
				https://github.com/minetest-mods/areas.git
				synced 2025-10-31 04:55:30 +01:00 
			
		
		
		
	`node_ownership` is long dead, and pollutes the global namespace. Support dropped after ~7 years. Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			335 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			335 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| 
 | |
| read_globals = {
 | |
| 	"DIR_DELIM",
 | |
| 	"core",
 | |
| 	"dump",
 | |
| 	"vector", "nodeupdate",
 | |
| 	"VoxelManip", "VoxelArea",
 | |
| 	"PseudoRandom", "ItemStack",
 | |
| 	"AreaStore",
 | |
| 	"default",
 | |
| 	"factions",
 | |
| 	table = { fields = { "copy", "getn" } }
 | |
| }
 | |
| 
 | |
| globals = {
 | |
| 	"minetest",
 | |
| 	-- mod namespace
 | |
| 	"areas"
 | |
| }
 | |
| 
 | |
| files["legacy.lua"] = {
 | |
| 	ignore = {"512"}
 | |
| }
 |