got rid of inventory images for signs - the rendered nodeboxes look better

This commit is contained in:
Vanessa Ezekowitz 2013-02-08 02:53:08 -05:00
parent 178386ee53
commit a7ab6fac34
1 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@ minetest.register_node("homedecor:fence_brass_with_sign", {
"homedecor_sign_brass_post_back.png",
"homedecor_sign_brass_post_front.png",
},
inventory_image = "homedecor_sign_brass_post.png",
wield_image = "homedecor_sign_brass_post.png",
paramtype = "light",
paramtype2 = "facedir",
@ -99,7 +98,6 @@ minetest.register_node("homedecor:fence_wrought_iron_with_sign", {
"homedecor_sign_wrought_iron_post_back.png",
"homedecor_sign_wrought_iron_post_front.png",
},
inventory_image = "homedecor_sign_wrought_iron_post.png",
wield_image = "homedecor_sign_wrought_iron_post.png",
paramtype = "light",
paramtype2 = "facedir",