add inventory images

This commit is contained in:
tenplus1 2024-11-21 15:18:44 +00:00
parent 82499935cc
commit c3b95202d0
6 changed files with 5 additions and 5 deletions

View File

@ -356,8 +356,8 @@ minetest.register_node("itemframes:frame",{
type = "fixed", fixed = {-6/16, -6/16, 7/16, 6/16, 6/16, 0.5} type = "fixed", fixed = {-6/16, -6/16, 7/16, 6/16, 6/16, 0.5}
}, },
tiles = {"itemframes_frame.png"}, tiles = {"itemframes_frame.png"},
inventory_image = "itemframes_frame.png", inventory_image = "itemframes_frame_inv.png",
wield_image = "itemframes_frame.png", wield_image = "itemframes_frame_inv.png",
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
sunlight_propagates = true, sunlight_propagates = true,
@ -469,9 +469,9 @@ minetest.register_node("itemframes:frame_invis",{
selection_box = { selection_box = {
type = "fixed", fixed = {-6/16, -6/16, 7/16, 6/16, 6/16, 0.5} type = "fixed", fixed = {-6/16, -6/16, 7/16, 6/16, 6/16, 0.5}
}, },
tiles = {"itemframes_clear.png"}, tiles = {"itemframes_frame_invis.png"},
inventory_image = "itemframes_frame_invis.png", inventory_image = "itemframes_frame_invis_inv.png",
wield_image = "itemframes_frame_invis.png", wield_image = "itemframes_frame_invis_inv.png",
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
sunlight_propagates = true, sunlight_propagates = true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B