mirror of
				https://github.com/minetest-mods/unified_inventory.git
				synced 2025-10-31 07:35:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			386 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			386 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| allow_defined_top = true
 | |
| max_line_length = 999
 | |
| 
 | |
| globals = {
 | |
| 	"unified_inventory",
 | |
| }
 | |
| 
 | |
| read_globals = {
 | |
| 	string = {fields = {"split", "trim"}},
 | |
| 	table = {fields = {"copy", "getn"}},
 | |
| 
 | |
| 	"dump",
 | |
| 	"minetest", "vector",
 | |
| 	"ItemStack", "datastorage",
 | |
| 
 | |
| 	"hb",
 | |
| 	"doors",
 | |
| }
 | |
| 
 | |
| files["callbacks.lua"].ignore = { "player", "draw_lite_mode" }
 | |
| files["bags.lua"].ignore = { "player" }
 |