diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 4efea1d5..f8581b09 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -1897,6 +1897,7 @@ minetest.register_node("homedecor:book_"..color, { "homedecor_book_back.png", "homedecor_book_front.png" }, + inventory_image = "homedecor_book_"..color.."_inv.png", drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", diff --git a/homedecor/textures/homedecor_book_blue_inv.png b/homedecor/textures/homedecor_book_blue_inv.png new file mode 100644 index 00000000..6ecb297f Binary files /dev/null and b/homedecor/textures/homedecor_book_blue_inv.png differ diff --git a/homedecor/textures/homedecor_book_green_inv.png b/homedecor/textures/homedecor_book_green_inv.png new file mode 100644 index 00000000..aeadf9fb Binary files /dev/null and b/homedecor/textures/homedecor_book_green_inv.png differ diff --git a/homedecor/textures/homedecor_book_red_inv.png b/homedecor/textures/homedecor_book_red_inv.png new file mode 100644 index 00000000..e5eb68e9 Binary files /dev/null and b/homedecor/textures/homedecor_book_red_inv.png differ