Move book/bookshelf to new mod mcl_books
This commit is contained in:
parent
b6c603dc23
commit
92274ae1fa
13 changed files with 77 additions and 79 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue