mirror of
				https://gitlab.com/rubenwardy/awards.git
				synced 2025-11-04 06:35:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			259 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			259 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
unused_args = false
 | 
						|
allow_defined_top = true
 | 
						|
 | 
						|
globals = {
 | 
						|
	"minetest", "awards",
 | 
						|
}
 | 
						|
 | 
						|
read_globals = {
 | 
						|
	string = {fields = {"split"}},
 | 
						|
	table = {fields = {"copy", "getn"}},
 | 
						|
	"vector", "default", "ItemStack",
 | 
						|
	"dump", "sfinv", "intllib",
 | 
						|
	"unified_inventory",
 | 
						|
}
 |