Make trapdoor better visible when held in the hand
Screenshots at: https://github.com/minetest/minetest_game/issues/411
This commit is contained in:
parent
5518c277f3
commit
047ecea3a2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user