Move book/bookshelf to new mod mcl_books

This commit is contained in:
Wuzzy 2017-02-01 23:15:23 +01:00
parent b6c603dc23
commit 92274ae1fa
13 changed files with 77 additions and 79 deletions

View file

@ -18,13 +18,6 @@ minetest.register_craftitem("mcl_core:paper", {
groups = { craftitem=1 },
})
minetest.register_craftitem("mcl_core:book", {
description = "Book",
inventory_image = "default_book.png",
stack_max = 64,
groups = { craftitem=1 },
})
minetest.register_craftitem("mcl_core:coal_lump", {
description = "Coal",
groups = { coal=1 },