forked from minetest-mods/technic
		
	fix excessive "element straight" quantity
This commit is contained in:
		
				
					committed by
					
						
						Nathanaël Courant
					
				
			
			
				
	
			
			
			
						parent
						
							4ecb3d4334
						
					
				
				
					commit
					c068edec65
				
			@@ -93,7 +93,7 @@ local onesize_products = {
 | 
			
		||||
	twocurvededge            = 1,
 | 
			
		||||
}
 | 
			
		||||
local twosize_products = {
 | 
			
		||||
	element_straight         = 4,
 | 
			
		||||
	element_straight         = 2,
 | 
			
		||||
	element_end              = 2,
 | 
			
		||||
	element_cross            = 1,
 | 
			
		||||
	element_t                = 1,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user