Creative categories: book, chorusfruit, endpearl
This commit is contained in:
parent
3976c7c4b9
commit
371bc0cb76
3 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ minetest.register_craftitem("mcl_books:book", {
|
|||
_doc_items_longdesc = "Books are used to make bookshelves and book and quills.",
|
||||
inventory_image = "default_book.png",
|
||||
stack_max = 64,
|
||||
groups = { book=1 },
|
||||
groups = { book=1, craftitem = 1 },
|
||||
})
|
||||
|
||||
if minetest.get_modpath("mcl_core") and minetest.get_modpath("mcl_mobitems") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue