mirror of
				https://github.com/SmallJoker/exchange_shop.git
				synced 2025-11-04 08:15:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			230 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			230 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
max_line_length = 100
 | 
						|
 | 
						|
read_globals = {
 | 
						|
	"DIR_DELIM",
 | 
						|
	"dump",
 | 
						|
	"VoxelManip", "VoxelArea",
 | 
						|
	"PseudoRandom", "ItemStack",
 | 
						|
	"AreaStore",
 | 
						|
	"default",
 | 
						|
	"mesecon",
 | 
						|
}
 | 
						|
 | 
						|
globals = {
 | 
						|
	"minetest",
 | 
						|
	"exchange_shop",
 | 
						|
}
 | 
						|
 | 
						|
ignore = {"212/self"}
 |