1 2 3 4 5 6 7
-- allow erasing the books minetest.register_craft({ type = "shapeless", output = "default:book", recipe = {"default:book_written", "default:paper"} })