Skip to content

Commit

Permalink
Make trapdoor better visible when held in the hand
Browse files Browse the repository at this point in the history
Screenshots at: #411
  • Loading branch information
Xanthin authored and BlockMen committed Feb 12, 2015
1 parent 5518c27 commit 047ecea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/doors/init.lua
Expand Up @@ -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",
Expand Down

0 comments on commit 047ecea

Please sign in to comment.