mirror of
				https://github.com/minetest-mods/digilines.git
				synced 2025-10-31 06:35:22 +01:00 
			
		
		
		
	This removes workarounds related to inv callbacks which were later fixed by the engine. In addition, pipeworks does (for years) provide the item index, thus such workarounds were removed too and replaced by using the arguments provided. Fixes an item duplication when using a pipeworks injector to pull from a digiline chest.
		
			
				
	
	
		
			26 lines
		
	
	
		
			262 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			262 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| max_line_length = 111
 | |
| 
 | |
| read_globals = {
 | |
| 	"dump",
 | |
| 
 | |
| 	"core",
 | |
| 	"minetest",
 | |
| 	"vector",
 | |
| 	"ItemStack",
 | |
| 	"VoxelArea",
 | |
| 
 | |
| 	"default",
 | |
| 	"pipeworks",
 | |
| 	"screwdriver",
 | |
| 
 | |
| }
 | |
| 
 | |
| globals = {
 | |
| 	"digilines",
 | |
| 	"tubelib",
 | |
| 	"tubelib2",
 | |
| 	"mcl_sounds",
 | |
| 	"mcl_formspec"
 | |
| }
 |