Make trapdoor better visible when held in the hand

Screenshots at: https://github.com/minetest/minetest_game/issues/411
master
Xanthin 2015-02-04 14:47:22 +01:00 committed by BlockMen
parent 5518c277f3
commit 047ecea3a2
1 changed files with 1 additions and 0 deletions

View File

@ -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",