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
This commit is contained in:
Richard Qian
2016-12-03 11:53:07 -06:00
committed by Hugo Locurcio
parent 7f06db2200
commit de620e4ff8
2 changed files with 12 additions and 8 deletions

View File

@ -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({