mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Doors: Remove use_texture_alpha from door definition
This commit is contained in:
		@@ -399,7 +399,6 @@ function doors.register(name, def)
 | 
			
		||||
	def.paramtype = "light"
 | 
			
		||||
	def.paramtype2 = "facedir"
 | 
			
		||||
	def.sunlight_propagates = true
 | 
			
		||||
	def.use_texture_alpha = true
 | 
			
		||||
	def.walkable = true
 | 
			
		||||
	def.is_ground_content = false
 | 
			
		||||
	def.buildable_to = false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user