forked from nalc/homedecor_modpack
Change books' description to indicate that they're writable
This commit is contained in:
parent
7c9a172510
commit
677106529b
|
@ -30,7 +30,7 @@ for c in ipairs(bookcolors) do
|
|||
end
|
||||
|
||||
homedecor.register("book_"..color, {
|
||||
description = S("Book (%s)"):format(color_d),
|
||||
description = S("Writable Book (%s)"):format(color_d),
|
||||
mesh = "homedecor_book.obj",
|
||||
tiles = { "homedecor_book_"..color..".png" },
|
||||
inventory_image = "homedecor_book_"..color.."_inv.png",
|
||||
|
|
Loading…
Reference in New Issue
Block a user