mirror of
				https://github.com/mt-mods/pipeworks.git
				synced 2025-11-04 11:05:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			387 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			387 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
unused_args = false
 | 
						|
max_line_length= 240
 | 
						|
redefined = false
 | 
						|
std = "minetest+max"
 | 
						|
 | 
						|
globals = {
 | 
						|
	"pipeworks",
 | 
						|
	"luaentity"
 | 
						|
}
 | 
						|
 | 
						|
read_globals = {
 | 
						|
	-- remove after luacheck release: https://github.com/lunarmodules/luacheck/issues/121
 | 
						|
	"core",
 | 
						|
	-- mods
 | 
						|
	"default", "mesecon", "digilines",
 | 
						|
	"screwdriver", "unified_inventory",
 | 
						|
	"i3", "mcl_experience", "awards",
 | 
						|
	"xcompat", "fakelib", "vizlib"
 | 
						|
}
 |