diff --git a/homedecor/tables.lua b/homedecor/tables.lua index 5d6fd54..0f73e7d 100644 --- a/homedecor/tables.lua +++ b/homedecor/tables.lua @@ -507,6 +507,7 @@ minetest.register_node("homedecor:desk", { "homedecor_desk_back_l.png", "homedecor_desk_front_l.png" }, + inventory_image = "homedecor_desk_inv.png", paramtype = "light", paramtype2 = "facedir", node_box = { diff --git a/homedecor/textures/homedecor_desk_inv.png b/homedecor/textures/homedecor_desk_inv.png new file mode 100644 index 0000000..20884c2 Binary files /dev/null and b/homedecor/textures/homedecor_desk_inv.png differ