mirror of
				https://github.com/minetest-mods/skinsdb.git
				synced 2025-10-30 11:05:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			298 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			298 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| allow_defined_top = true
 | |
| max_line_length = 999
 | |
| 
 | |
| globals = {
 | |
|     "minetest", "unified_inventory", "core",
 | |
|     "player_api", "clothing", "armor", "sfinv",
 | |
| }
 | |
| 
 | |
| read_globals = {
 | |
|     string = {fields = {"split", "trim"}},
 | |
|     table = {fields = {"copy", "getn"}},
 | |
|     "hand_monoid",
 | |
| }
 |