Creative categories: book, chorusfruit, endpearl

This commit is contained in:
Wuzzy 2019-02-06 12:04:58 +01:00
parent 3976c7c4b9
commit 371bc0cb76
3 changed files with 3 additions and 2 deletions

View file

@ -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