Merge checkered stone tile from Och_Noe

master
Montandalar 2021-02-27 17:56:46 +11:00
commit 502c0acff5
2 changed files with 7 additions and 0 deletions

View File

@ -223,6 +223,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