forked from minetest-mods/moreblocks
		
	Make circular saw and all cut nodes considered as non-ground content (#204)
Default to not being ground content. The few nodes that were registered as ground content shouldn't be considered ground content. * cut nodes aren't ground content By default make cut nodes non ground content but allow mods to register theirs as ground content if they want to.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							79a0c76d40
						
					
				
				
					commit
					54b2217aeb
				
			@@ -133,6 +133,7 @@ stairsplus.register_single = function(category, alternate, info, modname, subnam
 | 
			
		||||
		def[k] = v
 | 
			
		||||
	end
 | 
			
		||||
 | 
			
		||||
	def.is_ground_content = def.is_ground_content == true
 | 
			
		||||
	def.drawtype = "nodebox"
 | 
			
		||||
	def.paramtype = "light"
 | 
			
		||||
	def.paramtype2 = def.paramtype2 or "facedir"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user