mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-29 13:20:25 +02:00
Allow the group book to be placed into bookshelfs
This commit is contained in:
@ -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", {
|
||||
|
Reference in New Issue
Block a user