give brass and wrought iron poles facedir

so they can be rotated to horizontal with screwdriver.
This commit is contained in:
Vanessa Ezekowitz 2014-08-12 12:26:14 -04:00
parent 9fab61ec90
commit 380ca4c98a
1 changed files with 28 additions and 26 deletions

View File

@ -180,6 +180,7 @@ minetest.register_node("homedecor:pole_brass", {
inventory_image = "homedecor_pole_brass2.png",
wield_image = "homedecor_pole_brass2.png",
paramtype = "light",
paramtype2 = "facedir",
is_ground_content = true,
selection_box = {
type = "fixed",
@ -201,6 +202,7 @@ minetest.register_node("homedecor:pole_wrought_iron", {
inventory_image = "homedecor_pole_wrought_iron.png",
wield_image = "homedecor_pole_wrought_iron.png",
paramtype = "light",
paramtype2 = "facedir",
is_ground_content = true,
selection_box = {
type = "fixed",