mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 01:05:49 +01:00 
			
		
		
		
	Make trapdoor better visible when held in the hand
Screenshots at: https://github.com/minetest/minetest_game/issues/411
This commit is contained in:
		@@ -380,6 +380,7 @@ end
 | 
			
		||||
minetest.register_node("doors:trapdoor", {
 | 
			
		||||
	description = "Trapdoor",
 | 
			
		||||
	inventory_image = "doors_trapdoor.png",
 | 
			
		||||
	wield_image = "doors_trapdoor.png",
 | 
			
		||||
	drawtype = "nodebox",
 | 
			
		||||
	tiles = {"doors_trapdoor.png", "doors_trapdoor.png",  "doors_trapdoor_side.png",  "doors_trapdoor_side.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png"},
 | 
			
		||||
	paramtype = "light",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user