mirror of
				https://github.com/mt-mods/pipeworks.git
				synced 2025-11-04 09:05:29 +01:00 
			
		
		
		
	Make wielder nodes not ground content (#112)
nodebreaker, deployer and dispenser
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c7b153f1ef
						
					
				
				
					commit
					cb2a59131c
				
			@@ -195,7 +195,7 @@ local function register_wielder(data)
 | 
			
		||||
					return stack:get_count()
 | 
			
		||||
				end,
 | 
			
		||||
			},
 | 
			
		||||
			is_ground_content = true,
 | 
			
		||||
			is_ground_content = false,
 | 
			
		||||
			paramtype2 = "facedir",
 | 
			
		||||
			tubelike = 1,
 | 
			
		||||
			groups = groups,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user