Update bookshelf infotext on put and take inv actions

This commit is contained in:
Lars Mueller 2023-06-06 14:10:37 +02:00 committed by Lars Müller
parent 16b6bdde0a
commit cd6ea53a52
1 changed files with 6 additions and 0 deletions

View File

@ -2549,6 +2549,12 @@ local default_bookshelf_def = {
end
return 0
end,
on_metadata_inventory_put = function(pos)
update_bookshelf(pos)
end,
on_metadata_inventory_take = function(pos)
update_bookshelf(pos)
end,
on_blast = function(pos)
local drops = {}
default.get_inventory_drops(pos, "books", drops)