Skip to content

Commit 047ecea

Browse files
XanthinBlockMen
authored andcommittedFeb 12, 2015
Make trapdoor better visible when held in the hand
Screenshots at: #411
1 parent 5518c27 commit 047ecea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎mods/doors/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ end
380380
minetest.register_node("doors:trapdoor", {
381381
description = "Trapdoor",
382382
inventory_image = "doors_trapdoor.png",
383+
wield_image = "doors_trapdoor.png",
383384
drawtype = "nodebox",
384385
tiles = {"doors_trapdoor.png", "doors_trapdoor.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png"},
385386
paramtype = "light",

0 commit comments

Comments
 (0)