forked from nalc/homedecor_modpack
got rid of inventory images for signs - the rendered nodeboxes look better
This commit is contained in:
parent
178386ee53
commit
a7ab6fac34
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user