mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
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