Rename empty bookshelf to empty shelf

This to account for the fact that vessel shelves can now be used here. Additionally, really loop back to cobblestone in relationship to the stone tile and its variants.
This commit is contained in:
Richard Qian
2016-12-05 16:15:34 -06:00
zatwierdzone przez sofar
rodzic da652c16cd
commit 4f9b05be4e
4 zmienionych plików z 13 dodań i 11 usunięć

Wyświetl plik

@ -60,6 +60,7 @@ minetest.register_alias("moreblocks:wood_tile_flipped","moreblocks:wood_tile")
minetest.register_alias("moreblocks:wood_tile_down","moreblocks:wood_tile_up")
minetest.register_alias("moreblocks:wood_tile_left","moreblocks:wood_up")
minetest.register_alias("moreblocks:wood_tile_right","moreblocks:wood_up")
minetest.register_alias("moreblocks:empty_bookshelf","moreblocks:empty_shelf")
-- ABM for horizontal trees (fix facedir):
local horizontal_tree_convert_facedir = {7, 12, 9, 18}