mirror of
				https://github.com/minetest-mods/item_drop.git
				synced 2025-11-04 09:35:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			282 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			282 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
unused_args = false
 | 
						|
allow_defined_top = true
 | 
						|
max_line_length = 999
 | 
						|
 | 
						|
ignore = {
 | 
						|
    "name", "drops", "i",
 | 
						|
}
 | 
						|
 | 
						|
globals = {
 | 
						|
    "minetest",
 | 
						|
}
 | 
						|
 | 
						|
read_globals = {
 | 
						|
    string = {fields = {"split", "trim"}},
 | 
						|
    table = {fields = {"copy", "getn"}},
 | 
						|
 | 
						|
    "vector", "ItemStack",
 | 
						|
    "dump",
 | 
						|
}
 |