From de620e4ff8c0ec04001ad4df5cfd7ed0c6927c77 Mon Sep 17 00:00:00 2001 From: Richard Qian Date: Sat, 3 Dec 2016 11:53:07 -0600 Subject: Some fixes for keeping in line with the default game (#59) * Tweak some nodes - Add function for recently-added metal sounds, and make copper patina use this sound - Add all the wood tiles to the wood group - Make empty bookshelf usable as fuel for half the time of book and vessel shelves (for 15 seconds) * Return the books when crafting enpty bookshelves --- crafting.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crafting.lua') diff --git a/crafting.lua b/crafting.lua index 501c9f4..3cdce2a 100644 --- a/crafting.lua +++ b/crafting.lua @@ -207,6 +207,8 @@ minetest.register_craft({ output = "moreblocks:empty_bookshelf", type = "shapeless", recipe = {"moreblocks:sweeper", "default:bookshelf"}, + replacements = {{"default:bookshelf", "default:book 3"}}, + -- When obtaining an empty bookshelf, return the books used in it as well }) minetest.register_craft({ -- cgit v1.2.3