minetest-mods / moreblocks

More Blocks
https://content.minetest.net/packages/Calinou/moreblocks/
zlib License
45 stars 67 forks source link

Finish aliasing split_stone_tile_alt #107

Closed fozolo closed 6 years ago

fozolo commented 6 years ago

to checker_stone_tile.

Existing moreblocks:stair_split_stone_tile_alt blocks will change from the checkered looking version to the split stone appearance. screenshot_20171230_110953

This is unavoidable because force aliasing moreblocks:stair_split_stone_tile_alt to moreblocks:stair_checker_stone_tile, which would preserve existing builds, will also entirely prevent constructing moreblocks:stair_split_stone_tile_alt. This issue was originally identified in #87.

fozolo commented 6 years ago

On second thought, existing builds could be preserved with an LBM. I'll add one when I get a chance. So I've added one.