Support tin and silver/sandstone blocks

See forum.minetest.net/viewtopic.php?f=11&t=509&start=325#p275578
This commit is contained in:
lemon-melon 2017-07-10 14:43:06 +01:00 committed by GitHub
parent fbfb079f54
commit 652f141db3
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
"copperblock", "copperblock",
"bronzeblock", "bronzeblock",
"diamondblock", "diamondblock",
"tinblock",
"desert_stone", "desert_stone",
"desert_stone_block", "desert_stone_block",
"desert_cobble", "desert_cobble",
@ -39,6 +40,12 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
"stonebrick", "stonebrick",
"desert_stonebrick", "desert_stonebrick",
"sandstonebrick", "sandstonebrick",
"silver_sandstone",
"silver_sandstone_brick",
"silver_sandstone_block",
"desert_sandstone",
"desert_sandstone_brick",
"desert_sandstone_block",
"sandstone_block", "sandstone_block",
"coral_skeleton", "coral_skeleton",
"farming:straw" "farming:straw"