Alias for Checkered Stone Tile.

Avoids creating an Unknown Node in existing worlds that have moreblocks:split_stone_tile_alt nodes.
This commit is contained in:
ashtrayoz 2017-11-14 10:01:44 +11:00 committed by GitHub
parent 49d4de7896
commit 676db73527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ minetest.register_alias("jungle_stick", "moreblocks:jungle_stick")
-- Old block/item replacement:
minetest.register_alias("moreblocks:oerkkiblock", "default:mossycobble")
minetest.register_alias("moreblocks:screwdriver", "screwdriver:screwdriver")
minetest.register_alias("moreblocks:split_stone_tile_alt", "moreblocks:split_stone_tile_other")
-- Node and item renaming:
minetest.register_alias("moreblocks:stone_bricks", "default:stonebrick")