Resync with upstream again

This commit is contained in:
Richard Qian
2017-03-04 15:50:09 -06:00
committed by sofar
parent a8a06d8deb
commit b7217dd1f7
16 changed files with 73 additions and 12 deletions

View File

@ -61,6 +61,8 @@ 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")
minetest.register_alias("moreblocks:split_stone_tile_alt","moreblocks:checker_stone_tile")
minetest.register_alias("moreblocks:tar","default:gravel")
-- ABM for horizontal trees (fix facedir):
local horizontal_tree_convert_facedir = {7, 12, 9, 18}