mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-28 05:13:00 +00:00
Better itemframe texture, add backside texture
This commit is contained in:
parent
d57924c768
commit
17071484b2
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Reference in a new issue