mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-06-30 23:20:44 +02:00
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:
committed by
Hugo Locurcio
parent
7f06db2200
commit
de620e4ff8
@ -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({
|
||||
|
Reference in New Issue
Block a user