forked from luanti-org/minetest_game
		
	Make walls connect to nodes in a new wall_connected group (#3159)
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							093cd28a27
						
					
				
				
					commit
					92daf3e6f4
				
			@@ -341,6 +341,12 @@ walls.register(name, desc, texture, mat, sounds)
 | 
			
		||||
^ mat = "default:stone". Used to auto-generate crafting recipe.
 | 
			
		||||
^ sounds = sounds: see [#Default sounds]
 | 
			
		||||
 | 
			
		||||
All walls will be connected to any nodes with one of the following groups:
 | 
			
		||||
 * `wall`
 | 
			
		||||
 * `stone`
 | 
			
		||||
 * `fence`
 | 
			
		||||
 * `wall_connected`
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Farming API
 | 
			
		||||
-----------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user