Skip to content
Snippets Groups Projects
Commit 6e07c482 authored by Milan's avatar Milan
Browse files

moreblocks: replace willow_wood with willow_trunk

parent 69841045
No related branches found
No related tags found
No related merge requests found
......@@ -54,10 +54,10 @@ register_stair_slab_panel_micro("illuna_stonebrick", "block", "illuna:stonebrick
3
)
register_stair_slab_panel_micro("ethereal_willow_wood", "block", "ethereal:willow_wood",
register_stair_slab_panel_micro("ethereal_willow_trunk", "block", "ethereal:willow_trunk",
{cracky=3},
{"willow_wood.png"},
"Willow Wood",
{"willow_trunk.png"},
"Willow Trunk",
"block",
3
)
......@@ -84,5 +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, "ethereal:willow_trunk")
table.insert(circular_saw.known_stairs, "illuna:stonebrick")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment