diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 77d89a7d..e48ca607 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -1359,6 +1359,7 @@ minetest.register_node("homedecor:trophy", { tiles = { "default_gold_block.png" }, + inventory_image = "homedecor_trophy_inv.png", drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", diff --git a/homedecor/textures/homedecor_trophy_inv.png b/homedecor/textures/homedecor_trophy_inv.png new file mode 100644 index 00000000..c76768f5 Binary files /dev/null and b/homedecor/textures/homedecor_trophy_inv.png differ