Allow the group book to be placed into bookshelfs
This commit is contained in:
parent
fd34872de8
commit
20f938e44a
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@ minetest.register_craftitem("default:paper", {
|
|||
minetest.register_craftitem("default:book", {
|
||||
description = "Book",
|
||||
inventory_image = "default_book.png",
|
||||
groups = {book=1},
|
||||
})
|
||||
|
||||
minetest.register_craftitem("default:coal_lump", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue