mirror of
				https://gitlab.com/rubenwardy/awards.git
				synced 2025-10-31 13:05:22 +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",
 | |
| }
 |