diff --git a/homedecor/textures/homedecor_copper_pans_inv.png b/homedecor/textures/homedecor_copper_pans_inv.png index cf3c4a4e..0016384f 100644 Binary files a/homedecor/textures/homedecor_copper_pans_inv.png and b/homedecor/textures/homedecor_copper_pans_inv.png differ diff --git a/homedecor/textures/homedecor_towel_rod_inv.png b/homedecor/textures/homedecor_towel_rod_inv.png new file mode 100644 index 00000000..404cd8c7 Binary files /dev/null and b/homedecor/textures/homedecor_towel_rod_inv.png differ diff --git a/inbox/init.lua b/inbox/init.lua index ae727547..e71531f8 100644 --- a/inbox/init.lua +++ b/inbox/init.lua @@ -29,6 +29,7 @@ minetest.register_node("inbox:empty", { "inbox_white_metal.png", "inbox_grey_metal.png", }, + inventory_image = "mailbox_inv.png", selection_box = mb_cbox, collision_box = mb_cbox, paramtype2 = "facedir", diff --git a/inbox/textures/mailbox_inv.png b/inbox/textures/mailbox_inv.png new file mode 100644 index 00000000..866b4d37 Binary files /dev/null and b/inbox/textures/mailbox_inv.png differ