add ethereal willow to moreblocks

This commit is contained in:
Milan 2017-10-06 22:21:29 +02:00
parent c9d66aef9f
commit 1f6d6d23a7

View File

@ -54,6 +54,14 @@ register_stair_slab_panel_micro("illuna_stonebrick", "block", "illuna:stonebrick
3
)
register_stair_slab_panel_micro("ethereal_willow_wood", "block", "ethereal:willow_wood",
{cracky=3},
{"willow_wood.png"},
"Willow Wood",
"block",
3
)
local name = {"red", "green", "white", "black", "blue", "brown", "cyan",
"grey", "dark_green", "dark_grey", "magenta", "orange", "pink",
"red", "violet", "yellow"}
@ -76,4 +84,5 @@ table.insert(circular_saw.known_stairs, "default:stone_block")
table.insert(circular_saw.known_stairs, "default:desert_stone_block")
table.insert(circular_saw.known_stairs, "default:sandstone_block")
table.insert(circular_saw.known_stairs, "default:obsidian_block")
table.insert(circular_saw.known_stairs, "ethereal:willow_wood")
table.insert(circular_saw.known_stairs, "illuna:stonebrick")