forked from nalc/homedecor_modpack
add inventory images for books, by jp
This commit is contained in:
parent
a0f656a85d
commit
97d1561261
|
@ -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",
|
||||
|
|
BIN
homedecor/textures/homedecor_book_blue_inv.png
Normal file
BIN
homedecor/textures/homedecor_book_blue_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
homedecor/textures/homedecor_book_green_inv.png
Normal file
BIN
homedecor/textures/homedecor_book_green_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
homedecor/textures/homedecor_book_red_inv.png
Normal file
BIN
homedecor/textures/homedecor_book_red_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user