Materialize the fact that bookshelves only store books

This commit is contained in:
AFCMS 2022-10-16 20:41:35 +02:00
parent 7d8a1e1e5f
commit 6a2ad4e618
No known key found for this signature in database
GPG Key ID: 8720389A25B652E3
2 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ local function bookshelf_gui(pos, node, clicker)
"label[0.375,0.375;" .. F(C(mcl_formspec.label_color, name)) .. "]",
mcl_formspec.get_itemslot_bg_v4(0.375, 0.75, 9, 3),
mcl_formspec.get_itemslot_bg_v4(0.375, 0.75, 9, 3, 0, "mcl_book_book_empty_slot.png"),
"list[nodemeta:" .. pos.x .. "," .. pos.y .. "," .. pos.z .. ";main;0.375,0.75;9,3;]",
"label[0.375,4.7;" .. F(C(mcl_formspec.label_color, S("Inventory"))) .. "]",

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B