added "Checkered Stone Tile" (moreblocks:split_stone_tile_alt)

master
Och Noe 2021-02-26 22:08:00 +01:00
parent 6251842242
commit 26c19b22f7
2 changed files with 7 additions and 0 deletions

View File

@ -285,6 +285,13 @@ if minetest.get_modpath("moreblocks") then
sound = default.node_sound_stone_defaults(),
full = "moreblocks:stone_tile",
half = "moreblocks:slab_stone_tile" } )
-- added 2021-02-26
table.insert(nodelist, { name = "stone tile alt",
tile = "moreblocks_split_stone_tile_alt.png",
sound = default.node_sound_stone_defaults(),
full = "moreblocks:split_stone_tile_alt",
half = "moreblocks:slab_split_stone_tile_alt" } )
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 678 B