Better itemframe texture, add backside texture

This commit is contained in:
Wuzzy 2017-07-20 22:15:33 +02:00
parent d57924c768
commit 17071484b2
2 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ minetest.register_node("itemframes:frame",{
is_ground_content = false,
node_box = { type = "fixed", fixed = {-0.5, -0.5, 7/16, 0.5, 0.5, 0.5} },
selection_box = { type = "fixed", fixed = {-0.5, -0.5, 7/16, 0.5, 0.5, 0.5} },
tiles = {"itemframe_background.png"},
tiles = {"itemframe_background.png", "itemframe_background.png", "itemframe_background.png", "itemframe_background.png", "default_wood.png", "itemframe_background.png"},
inventory_image = "itemframes_frame.png",
wield_image = "itemframes_frame.png",
paramtype = "light",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 220 B