1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-30 05:40:24 +02:00

Default, vessels: Darken shelf empty slot icons

Rename slot icons.
This commit is contained in:
Wuzzy
2016-11-06 15:54:55 +01:00
committed by paramat
parent 3109f38b3c
commit 6e00ddee2a
8 changed files with 5 additions and 5 deletions

View File

@ -1817,7 +1817,7 @@ for i = 1, 16 do
by = by + 1
end
bookshelf_formspec = bookshelf_formspec ..
"image["..bx..","..by..";1,1;default_book_slot.png]"
"image[" .. bx .. "," .. by .. ";1,1;default_bookshelf_slot.png]"
bx = bx + 1
end